#78B582

Color #78B582 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #78B582

Tints of Bay Leaf #78B582

Color information

#78B582 (or 0x78B582) is unknown color: approx Bay Leaf. HEX triplet: 78, B5 and 82. RGB value is (120,181,130). Sum of RGB (Red+Green+Blue) = 120+181+130=431 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.84% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 181 - color contains mainly: green. Hex color #78B582 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B582 is #874A7D. Grayscale: #9D9D9D. Windows color (decimal): -8866430 or 8566136. OLE color: 8566136.

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

Color convert

RGB120181130-
CMYK0.3400.280.29
HSL129.84º29.19%59.02%-
HSV(B)129.84º33.7%70.98%-
XYZ28.338.6527.09-
YUV156.95112.79101.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.84%
GREEN value IS 181 (71.09% from 255) = 42.00%
BLUE value IS 130 (51.17% from 255) = 30.16%
R=27.84%
G=42.00%
B=30.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1201811300.3400.280.29129.8429.1959.02
Hex78B5822201C1D821d3b
Octal17026520242034352023573
Binary11110001011010110000010100010011100111011000001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78B582; }

 p { color: rgb(120,181,130); }

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

<style>
 a { background-color: #78B582; }

 a { background-color: rgb(120,181,130); }

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

<style>
 span { border-color: #78B582; }

 span { border-color: rgb(120,181,130); }

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