Shades of Bay Leaf #7F9989
Tints of Bay Leaf #7F9989
RGB
CMYK
RGB Variations
Color information
#7F9989 (or 0x7F9989) is known color: Bay Leaf. HEX triplet: 7F, 99 and 89. RGB value is (127,153,137). Sum of RGB (Red+Green+Blue) = 127+153+137=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 153 - color contains mainly: green. Hex color #7F9989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9989 is #806676. Grayscale: #8F8F8F. Windows color (decimal): -8414839 or 9017727. OLE color: 9017727.
HSL color Cylindrical-coordinate representation of color #7F9989: hue angle of 143.08º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7F9989 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 127 | 153 | 137 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.4 |
| HSL | 143.08º | 0.11% | 0.55% | - |
| HSV(B) | 143.08º | 0.17% | 0.6% | - |
| XYZ | 24.66 | 29.1 | 27.98 | - |
| YUV | 143.4 | 124.39 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 153 | 137 | 0.17 | 0 | 0.10 | 0.4 | 143.08 | 0.11 | 0.55 |
| Hex | 7F | 99 | 89 | 11 | 0 | A | 28 | 8F | B | 37 |
| Octal | 177 | 231 | 211 | 21 | 0 | 12 | 50 | 217 | 13 | 67 |
| Binary | 1111111 | 10011001 | 10001001 | 10001 | 0 | 1010 | 101000 | 10001111 | 1011 | 110111 |
Color Harmonies of #7F9989
Complementary color
Monochromatic Colors of #7F9989
Black with #7F9989
Text Example
Text Example
White with #7F9989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9989; }
p { color: rgb(127,153,137); }
H1.HeaderClassName
{
color: #7F9989;
}
.AnyTagClassName
{
color: #7F9989;
}
</style>
background-color css
<style>
a { background-color: #7F9989; }
a { background-color: rgb(127,153,137); }
div.DivClassName
{
background-color: #7F9989;
}
.BgClassName
{
background-color: #7F9989;
}
</style>
border-color css
<style>
span { border-color: #7F9989; }
span { border-color: rgb(127,153,137); }
td.TdClassName
{
border-color: #7F9989;
}
.TagClassName
{
border-color: #7F9989;
}
</style>