Shades of Bay Leaf #78B886
Tints of Bay Leaf #78B886
RGB
CMYK
RGB Variations
Color information
#78B886 (or 0x78B886) is known color: Bay Leaf. HEX triplet: 78, B8 and 86. RGB value is (120,184,134). Sum of RGB (Red+Green+Blue) = 120+184+134=438 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.40% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 184 - color contains mainly: green. Hex color #78B886 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B886 is #874779. Grayscale: #9F9F9F. Windows color (decimal): -8865658 or 8829048. OLE color: 8829048.
HSL color Cylindrical-coordinate representation of color #78B886: hue angle of 133.12º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78B886 is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 184 | 134 | - |
| CMYK | 0.35 | 0 | 0.27 | 0.28 |
| HSL | 133.13º | 0.31% | 0.6% | - |
| HSV(B) | 133.13º | 0.35% | 0.72% | - |
| XYZ | 29.19 | 40 | 28.74 | - |
| YUV | 159.16 | 113.8 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 184 | 134 | 0.35 | 0 | 0.27 | 0.28 | 133.13 | 0.31 | 0.6 |
| Hex | 78 | B8 | 86 | 23 | 0 | 1B | 1C | 85 | 1F | 3C |
| Octal | 170 | 270 | 206 | 43 | 0 | 33 | 34 | 205 | 37 | 74 |
| Binary | 1111000 | 10111000 | 10000110 | 100011 | 0 | 11011 | 11100 | 10000101 | 11111 | 111100 |
Color Harmonies of #78B886
Complementary color
Monochromatic Colors of #78B886
Black with #78B886
Text Example
Text Example
White with #78B886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B886; }
p { color: rgb(120,184,134); }
H1.HeaderClassName
{
color: #78B886;
}
.AnyTagClassName
{
color: #78B886;
}
</style>
background-color css
<style>
a { background-color: #78B886; }
a { background-color: rgb(120,184,134); }
div.DivClassName
{
background-color: #78B886;
}
.BgClassName
{
background-color: #78B886;
}
</style>
border-color css
<style>
span { border-color: #78B886; }
span { border-color: rgb(120,184,134); }
td.TdClassName
{
border-color: #78B886;
}
.TagClassName
{
border-color: #78B886;
}
</style>