Shades of Bay Leaf #78AB87
Tints of Bay Leaf #78AB87
RGB
CMYK
RGB Variations
Color information
#78AB87 (or 0x78AB87) is known color: Bay Leaf. HEX triplet: 78, AB and 87. RGB value is (120,171,135). Sum of RGB (Red+Green+Blue) = 120+171+135=426 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.17% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 171 - color contains mainly: green. Hex color #78AB87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AB87 is #875478. Grayscale: #979797. Windows color (decimal): -8868985 or 8891256. OLE color: 8891256.
HSL color Cylindrical-coordinate representation of color #78AB87: hue angle of 137.65º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #78AB87 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 171 | 135 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.33 |
| HSL | 137.65º | 0.23% | 0.57% | - |
| HSV(B) | 137.65º | 0.3% | 0.67% | - |
| XYZ | 26.68 | 34.87 | 28.25 | - |
| YUV | 151.65 | 118.6 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 171 | 135 | 0.30 | 0 | 0.21 | 0.33 | 137.65 | 0.23 | 0.57 |
| Hex | 78 | AB | 87 | 1E | 0 | 15 | 21 | 8A | 17 | 39 |
| Octal | 170 | 253 | 207 | 36 | 0 | 25 | 41 | 212 | 27 | 71 |
| Binary | 1111000 | 10101011 | 10000111 | 11110 | 0 | 10101 | 100001 | 10001010 | 10111 | 111001 |
Color Harmonies of #78AB87
Complementary color
Monochromatic Colors of #78AB87
Black with #78AB87
Text Example
Text Example
White with #78AB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AB87; }
p { color: rgb(120,171,135); }
H1.HeaderClassName
{
color: #78AB87;
}
.AnyTagClassName
{
color: #78AB87;
}
</style>
background-color css
<style>
a { background-color: #78AB87; }
a { background-color: rgb(120,171,135); }
div.DivClassName
{
background-color: #78AB87;
}
.BgClassName
{
background-color: #78AB87;
}
</style>
border-color css
<style>
span { border-color: #78AB87; }
span { border-color: rgb(120,171,135); }
td.TdClassName
{
border-color: #78AB87;
}
.TagClassName
{
border-color: #78AB87;
}
</style>