Shades of Bay Leaf #78BB8C
Tints of Bay Leaf #78BB8C
RGB
CMYK
RGB Variations
Color information
#78BB8C (or 0x78BB8C) is known color: Bay Leaf. HEX triplet: 78, BB and 8C. RGB value is (120,187,140). Sum of RGB (Red+Green+Blue) = 120+187+140=447 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.85% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 187 - color contains mainly: green. Hex color #78BB8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BB8C is #874473. Grayscale: #A1A1A1. Windows color (decimal): -8864884 or 9223032. OLE color: 9223032.
HSL color Cylindrical-coordinate representation of color #78BB8C: hue angle of 137.91º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78BB8C is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 187 | 140 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.27 |
| HSL | 137.91º | 0.33% | 0.6% | - |
| HSV(B) | 137.91º | 0.36% | 0.73% | - |
| XYZ | 30.25 | 41.43 | 31.21 | - |
| YUV | 161.61 | 115.8 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 187 | 140 | 0.36 | 0 | 0.25 | 0.27 | 137.91 | 0.33 | 0.6 |
| Hex | 78 | BB | 8C | 24 | 0 | 19 | 1B | 8A | 21 | 3C |
| Octal | 170 | 273 | 214 | 44 | 0 | 31 | 33 | 212 | 41 | 74 |
| Binary | 1111000 | 10111011 | 10001100 | 100100 | 0 | 11001 | 11011 | 10001010 | 100001 | 111100 |
Color Harmonies of #78BB8C
Complementary color
Monochromatic Colors of #78BB8C
Black with #78BB8C
Text Example
Text Example
White with #78BB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BB8C; }
p { color: rgb(120,187,140); }
H1.HeaderClassName
{
color: #78BB8C;
}
.AnyTagClassName
{
color: #78BB8C;
}
</style>
background-color css
<style>
a { background-color: #78BB8C; }
a { background-color: rgb(120,187,140); }
div.DivClassName
{
background-color: #78BB8C;
}
.BgClassName
{
background-color: #78BB8C;
}
</style>
border-color css
<style>
span { border-color: #78BB8C; }
span { border-color: rgb(120,187,140); }
td.TdClassName
{
border-color: #78BB8C;
}
.TagClassName
{
border-color: #78BB8C;
}
</style>