Shades of Bay Leaf #78AA89
Tints of Bay Leaf #78AA89
RGB
CMYK
RGB Variations
Color information
#78AA89 (or 0x78AA89) is known color: Bay Leaf. HEX triplet: 78, AA and 89. RGB value is (120,170,137). Sum of RGB (Red+Green+Blue) = 120+170+137=427 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.10% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 170 - color contains mainly: green. Hex color #78AA89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AA89 is #875576. Grayscale: #979797. Windows color (decimal): -8869239 or 9022072. OLE color: 9022072.
HSL color Cylindrical-coordinate representation of color #78AA89: hue angle of 140.4º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #78AA89 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 170 | 137 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.33 |
| HSL | 140.4º | 0.23% | 0.57% | - |
| HSV(B) | 140.4º | 0.29% | 0.67% | - |
| XYZ | 26.64 | 34.55 | 28.93 | - |
| YUV | 151.29 | 119.94 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 170 | 137 | 0.29 | 0 | 0.19 | 0.33 | 140.4 | 0.23 | 0.57 |
| Hex | 78 | AA | 89 | 1D | 0 | 13 | 21 | 8C | 17 | 39 |
| Octal | 170 | 252 | 211 | 35 | 0 | 23 | 41 | 214 | 27 | 71 |
| Binary | 1111000 | 10101010 | 10001001 | 11101 | 0 | 10011 | 100001 | 10001100 | 10111 | 111001 |
Color Harmonies of #78AA89
Complementary color
Monochromatic Colors of #78AA89
Black with #78AA89
Text Example
Text Example
White with #78AA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AA89; }
p { color: rgb(120,170,137); }
H1.HeaderClassName
{
color: #78AA89;
}
.AnyTagClassName
{
color: #78AA89;
}
</style>
background-color css
<style>
a { background-color: #78AA89; }
a { background-color: rgb(120,170,137); }
div.DivClassName
{
background-color: #78AA89;
}
.BgClassName
{
background-color: #78AA89;
}
</style>
border-color css
<style>
span { border-color: #78AA89; }
span { border-color: rgb(120,170,137); }
td.TdClassName
{
border-color: #78AA89;
}
.TagClassName
{
border-color: #78AA89;
}
</style>