Shades of Bay Leaf #789E88
Tints of Bay Leaf #789E88
RGB
CMYK
RGB Variations
Color information
#789E88 (or 0x789E88) is known color: Bay Leaf. HEX triplet: 78, 9E and 88. RGB value is (120,158,136). Sum of RGB (Red+Green+Blue) = 120+158+136=414 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.99% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 158 - color contains mainly: green. Hex color #789E88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789E88 is #876177. Grayscale: #909090. Windows color (decimal): -8872312 or 8953464. OLE color: 8953464.
HSL color Cylindrical-coordinate representation of color #789E88: hue angle of 145.26º 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 #789E88 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 158 | 136 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.38 |
| HSL | 145.26º | 0.16% | 0.55% | - |
| HSV(B) | 145.26º | 0.24% | 0.62% | - |
| XYZ | 24.42 | 30.22 | 27.84 | - |
| YUV | 144.13 | 123.41 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 158 | 136 | 0.24 | 0 | 0.14 | 0.38 | 145.26 | 0.16 | 0.55 |
| Hex | 78 | 9E | 88 | 18 | 0 | E | 26 | 91 | 10 | 37 |
| Octal | 170 | 236 | 210 | 30 | 0 | 16 | 46 | 221 | 20 | 67 |
| Binary | 1111000 | 10011110 | 10001000 | 11000 | 0 | 1110 | 100110 | 10010001 | 10000 | 110111 |
Color Harmonies of #789E88
Complementary color
Monochromatic Colors of #789E88
Black with #789E88
Text Example
Text Example
White with #789E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789E88; }
p { color: rgb(120,158,136); }
H1.HeaderClassName
{
color: #789E88;
}
.AnyTagClassName
{
color: #789E88;
}
</style>
background-color css
<style>
a { background-color: #789E88; }
a { background-color: rgb(120,158,136); }
div.DivClassName
{
background-color: #789E88;
}
.BgClassName
{
background-color: #789E88;
}
</style>
border-color css
<style>
span { border-color: #789E88; }
span { border-color: rgb(120,158,136); }
td.TdClassName
{
border-color: #789E88;
}
.TagClassName
{
border-color: #789E88;
}
</style>