Shades of Bay Leaf #7D9E88
Tints of Bay Leaf #7D9E88
RGB
CMYK
RGB Variations
Color information
#7D9E88 (or 0x7D9E88) is known color: Bay Leaf. HEX triplet: 7D, 9E and 88. RGB value is (125,158,136). Sum of RGB (Red+Green+Blue) = 125+158+136=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 158 - color contains mainly: green. Hex color #7D9E88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9E88 is #826177. Grayscale: #919191. Windows color (decimal): -8544632 or 8953469. OLE color: 8953469.
HSL color Cylindrical-coordinate representation of color #7D9E88: hue angle of 140º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7D9E88 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 158 | 136 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.38 |
| HSL | 140º | 0.15% | 0.55% | - |
| HSV(B) | 140º | 0.21% | 0.62% | - |
| XYZ | 25.13 | 30.59 | 27.87 | - |
| YUV | 145.63 | 122.57 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 158 | 136 | 0.21 | 0 | 0.14 | 0.38 | 140 | 0.15 | 0.55 |
| Hex | 7D | 9E | 88 | 15 | 0 | E | 26 | 8C | F | 37 |
| Octal | 175 | 236 | 210 | 25 | 0 | 16 | 46 | 214 | 17 | 67 |
| Binary | 1111101 | 10011110 | 10001000 | 10101 | 0 | 1110 | 100110 | 10001100 | 1111 | 110111 |
Color Harmonies of #7D9E88
Complementary color
Monochromatic Colors of #7D9E88
Black with #7D9E88
Text Example
Text Example
White with #7D9E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9E88; }
p { color: rgb(125,158,136); }
H1.HeaderClassName
{
color: #7D9E88;
}
.AnyTagClassName
{
color: #7D9E88;
}
</style>
background-color css
<style>
a { background-color: #7D9E88; }
a { background-color: rgb(125,158,136); }
div.DivClassName
{
background-color: #7D9E88;
}
.BgClassName
{
background-color: #7D9E88;
}
</style>
border-color css
<style>
span { border-color: #7D9E88; }
span { border-color: rgb(125,158,136); }
td.TdClassName
{
border-color: #7D9E88;
}
.TagClassName
{
border-color: #7D9E88;
}
</style>