Shades of Bay Leaf #789E87
Tints of Bay Leaf #789E87
RGB
CMYK
RGB Variations
Color information
#789E87 (or 0x789E87) is known color: Bay Leaf. HEX triplet: 78, 9E and 87. RGB value is (120,158,135). Sum of RGB (Red+Green+Blue) = 120+158+135=413 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.06% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 158 - color contains mainly: green. Hex color #789E87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789E87 is #876178. Grayscale: #909090. Windows color (decimal): -8872313 or 8887928. OLE color: 8887928.
HSL color Cylindrical-coordinate representation of color #789E87: hue angle of 143.68º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #789E87 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 158 | 135 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.38 |
| HSL | 143.68º | 0.16% | 0.55% | - |
| HSV(B) | 143.68º | 0.24% | 0.62% | - |
| XYZ | 24.35 | 30.2 | 27.47 | - |
| YUV | 144.02 | 122.91 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 158 | 135 | 0.24 | 0 | 0.15 | 0.38 | 143.68 | 0.16 | 0.55 |
| Hex | 78 | 9E | 87 | 18 | 0 | F | 26 | 90 | 10 | 37 |
| Octal | 170 | 236 | 207 | 30 | 0 | 17 | 46 | 220 | 20 | 67 |
| Binary | 1111000 | 10011110 | 10000111 | 11000 | 0 | 1111 | 100110 | 10010000 | 10000 | 110111 |
Color Harmonies of #789E87
Complementary color
Monochromatic Colors of #789E87
Black with #789E87
Text Example
Text Example
White with #789E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789E87; }
p { color: rgb(120,158,135); }
H1.HeaderClassName
{
color: #789E87;
}
.AnyTagClassName
{
color: #789E87;
}
</style>
background-color css
<style>
a { background-color: #789E87; }
a { background-color: rgb(120,158,135); }
div.DivClassName
{
background-color: #789E87;
}
.BgClassName
{
background-color: #789E87;
}
</style>
border-color css
<style>
span { border-color: #789E87; }
span { border-color: rgb(120,158,135); }
td.TdClassName
{
border-color: #789E87;
}
.TagClassName
{
border-color: #789E87;
}
</style>