Shades of Bay Leaf #78B885
Tints of Bay Leaf #78B885
RGB
CMYK
RGB Variations
Color information
#78B885 (or 0x78B885) is known color: Bay Leaf. HEX triplet: 78, B8 and 85. RGB value is (120,184,133). Sum of RGB (Red+Green+Blue) = 120+184+133=437 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.46% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 184 - color contains mainly: green. Hex color #78B885 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B885 is #87477A. Grayscale: #9F9F9F. Windows color (decimal): -8865659 or 8763512. OLE color: 8763512.
HSL color Cylindrical-coordinate representation of color #78B885: hue angle of 132.19º 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 #78B885 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 184 | 133 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.28 |
| HSL | 132.19º | 0.31% | 0.6% | - |
| HSV(B) | 132.19º | 0.35% | 0.72% | - |
| XYZ | 29.12 | 39.97 | 28.37 | - |
| YUV | 159.05 | 113.3 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 184 | 133 | 0.35 | 0 | 0.28 | 0.28 | 132.19 | 0.31 | 0.6 |
| Hex | 78 | B8 | 85 | 23 | 0 | 1C | 1C | 84 | 1F | 3C |
| Octal | 170 | 270 | 205 | 43 | 0 | 34 | 34 | 204 | 37 | 74 |
| Binary | 1111000 | 10111000 | 10000101 | 100011 | 0 | 11100 | 11100 | 10000100 | 11111 | 111100 |
Color Harmonies of #78B885
Complementary color
Monochromatic Colors of #78B885
Black with #78B885
Text Example
Text Example
White with #78B885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B885; }
p { color: rgb(120,184,133); }
H1.HeaderClassName
{
color: #78B885;
}
.AnyTagClassName
{
color: #78B885;
}
</style>
background-color css
<style>
a { background-color: #78B885; }
a { background-color: rgb(120,184,133); }
div.DivClassName
{
background-color: #78B885;
}
.BgClassName
{
background-color: #78B885;
}
</style>
border-color css
<style>
span { border-color: #78B885; }
span { border-color: rgb(120,184,133); }
td.TdClassName
{
border-color: #78B885;
}
.TagClassName
{
border-color: #78B885;
}
</style>