Shades of Bay Leaf #7FAB89
Tints of Bay Leaf #7FAB89
RGB
CMYK
RGB Variations
Color information
#7FAB89 (or 0x7FAB89) is known color: Bay Leaf. HEX triplet: 7F, AB and 89. RGB value is (127,171,137). Sum of RGB (Red+Green+Blue) = 127+171+137=435 (57% of max value = 765). Red value is 127 (50% from 255 or 29.20% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 171 - color contains mainly: green. Hex color #7FAB89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAB89 is #805476. Grayscale: #9A9A9A. Windows color (decimal): -8410231 or 9022335. OLE color: 9022335.
HSL color Cylindrical-coordinate representation of color #7FAB89: hue angle of 133.64º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7FAB89 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 171 | 137 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.33 |
| HSL | 133.64º | 0.21% | 0.58% | - |
| HSV(B) | 133.64º | 0.26% | 0.67% | - |
| XYZ | 27.83 | 35.44 | 29.04 | - |
| YUV | 153.97 | 118.42 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 171 | 137 | 0.26 | 0 | 0.20 | 0.33 | 133.64 | 0.21 | 0.58 |
| Hex | 7F | AB | 89 | 1A | 0 | 14 | 21 | 86 | 15 | 3A |
| Octal | 177 | 253 | 211 | 32 | 0 | 24 | 41 | 206 | 25 | 72 |
| Binary | 1111111 | 10101011 | 10001001 | 11010 | 0 | 10100 | 100001 | 10000110 | 10101 | 111010 |
Color Harmonies of #7FAB89
Complementary color
Monochromatic Colors of #7FAB89
Black with #7FAB89
Text Example
Text Example
White with #7FAB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAB89; }
p { color: rgb(127,171,137); }
H1.HeaderClassName
{
color: #7FAB89;
}
.AnyTagClassName
{
color: #7FAB89;
}
</style>
background-color css
<style>
a { background-color: #7FAB89; }
a { background-color: rgb(127,171,137); }
div.DivClassName
{
background-color: #7FAB89;
}
.BgClassName
{
background-color: #7FAB89;
}
</style>
border-color css
<style>
span { border-color: #7FAB89; }
span { border-color: rgb(127,171,137); }
td.TdClassName
{
border-color: #7FAB89;
}
.TagClassName
{
border-color: #7FAB89;
}
</style>