Shades of Bay Leaf #7FAB88
Tints of Bay Leaf #7FAB88
RGB
CMYK
RGB Variations
Color information
#7FAB88 (or 0x7FAB88) is known color: Bay Leaf. HEX triplet: 7F, AB and 88. RGB value is (127,171,136). Sum of RGB (Red+Green+Blue) = 127+171+136=434 (57% of max value = 765). Red value is 127 (50% from 255 or 29.26% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 171 - color contains mainly: green. Hex color #7FAB88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAB88 is #805477. Grayscale: #999999. Windows color (decimal): -8410232 or 8956799. OLE color: 8956799.
HSL color Cylindrical-coordinate representation of color #7FAB88: hue angle of 132.27º 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 #7FAB88 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 171 | 136 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.33 |
| HSL | 132.27º | 0.21% | 0.58% | - |
| HSV(B) | 132.27º | 0.26% | 0.67% | - |
| XYZ | 27.76 | 35.42 | 28.67 | - |
| YUV | 153.85 | 117.92 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 171 | 136 | 0.26 | 0 | 0.20 | 0.33 | 132.27 | 0.21 | 0.58 |
| Hex | 7F | AB | 88 | 1A | 0 | 14 | 21 | 84 | 15 | 3A |
| Octal | 177 | 253 | 210 | 32 | 0 | 24 | 41 | 204 | 25 | 72 |
| Binary | 1111111 | 10101011 | 10001000 | 11010 | 0 | 10100 | 100001 | 10000100 | 10101 | 111010 |
Color Harmonies of #7FAB88
Complementary color
Monochromatic Colors of #7FAB88
Black with #7FAB88
Text Example
Text Example
White with #7FAB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAB88; }
p { color: rgb(127,171,136); }
H1.HeaderClassName
{
color: #7FAB88;
}
.AnyTagClassName
{
color: #7FAB88;
}
</style>
background-color css
<style>
a { background-color: #7FAB88; }
a { background-color: rgb(127,171,136); }
div.DivClassName
{
background-color: #7FAB88;
}
.BgClassName
{
background-color: #7FAB88;
}
</style>
border-color css
<style>
span { border-color: #7FAB88; }
span { border-color: rgb(127,171,136); }
td.TdClassName
{
border-color: #7FAB88;
}
.TagClassName
{
border-color: #7FAB88;
}
</style>