Shades of Bay Leaf #7C9D88
Tints of Bay Leaf #7C9D88
RGB
CMYK
RGB Variations
Color information
#7C9D88 (or 0x7C9D88) is known color: Bay Leaf. HEX triplet: 7C, 9D and 88. RGB value is (124,157,136). Sum of RGB (Red+Green+Blue) = 124+157+136=417 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.74% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 157 - color contains mainly: green. Hex color #7C9D88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9D88 is #836277. Grayscale: #909090. Windows color (decimal): -8610424 or 8953212. OLE color: 8953212.
HSL color Cylindrical-coordinate representation of color #7C9D88: hue angle of 141.82º degrees, saturation: 0.14, 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 #7C9D88 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 157 | 136 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.38 |
| HSL | 141.82º | 0.14% | 0.55% | - |
| HSV(B) | 141.82º | 0.21% | 0.62% | - |
| XYZ | 24.81 | 30.18 | 27.81 | - |
| YUV | 144.74 | 123.07 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 157 | 136 | 0.21 | 0 | 0.13 | 0.38 | 141.82 | 0.14 | 0.55 |
| Hex | 7C | 9D | 88 | 15 | 0 | D | 26 | 8E | E | 37 |
| Octal | 174 | 235 | 210 | 25 | 0 | 15 | 46 | 216 | 16 | 67 |
| Binary | 1111100 | 10011101 | 10001000 | 10101 | 0 | 1101 | 100110 | 10001110 | 1110 | 110111 |
Color Harmonies of #7C9D88
Complementary color
Monochromatic Colors of #7C9D88
Black with #7C9D88
Text Example
Text Example
White with #7C9D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9D88; }
p { color: rgb(124,157,136); }
H1.HeaderClassName
{
color: #7C9D88;
}
.AnyTagClassName
{
color: #7C9D88;
}
</style>
background-color css
<style>
a { background-color: #7C9D88; }
a { background-color: rgb(124,157,136); }
div.DivClassName
{
background-color: #7C9D88;
}
.BgClassName
{
background-color: #7C9D88;
}
</style>
border-color css
<style>
span { border-color: #7C9D88; }
span { border-color: rgb(124,157,136); }
td.TdClassName
{
border-color: #7C9D88;
}
.TagClassName
{
border-color: #7C9D88;
}
</style>