#7BB494

Color #7BB494 Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #7BB494

Tints of Padua #7BB494

Color information

#7BB494 (or 0x7BB494) is unknown color: approx Padua. HEX triplet: 7B, B4 and 94. RGB value is (123,180,148). Sum of RGB (Red+Green+Blue) = 123+180+148=451 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.27% from 451); Green value is 180 (70.70% from 255 or 39.91% from 451); Blue value is 148 (58.20% from 255 or 32.82% from 451); Max value from RGB is 180 - color contains mainly: green. Hex color #7BB494 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB494 is #844B6B. Grayscale: #9F9F9F. Windows color (decimal): -8670060 or 9745531. OLE color: 9745531.

HSL color Cylindrical-coordinate representation of color #7BB494: hue angle of 146.32º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7BB494 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB123180148-
CMYK0.3200.180.29
HSL146.32º27.54%59.41%-
HSV(B)146.32º31.67%70.59%-
XYZ29.8338.9933.97-
YUV159.31121.62102.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 27.27%
GREEN value IS 180 (70.70% from 255) = 39.91%
BLUE value IS 148 (58.20% from 255) = 32.82%
R=27.27%
G=39.91%
B=32.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1231801480.3200.180.29146.3227.5459.41
Hex7BB494200121D921c3b
Octal17326422440022352223473
Binary11110111011010010010100100000010010111011001001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BB494; }

 p { color: rgb(123,180,148); }

 H1.HeaderClassName
 {
   color: #7BB494;
 }
 .AnyTagClassName
 {
   color: #7BB494;
 }
</style>
background-color css

<style>
 a { background-color: #7BB494; }

 a { background-color: rgb(123,180,148); }

 div.DivClassName
 {
   background-color: #7BB494;
 }
 .BgClassName
 {
   background-color: #7BB494;
 }
</style>
border-color css

<style>
 span { border-color: #7BB494; }

 span { border-color: rgb(123,180,148); }

 td.TdClassName
 {
   border-color: #7BB494;
 }
 .TagClassName
 {
   border-color: #7BB494;
 }
</style>