Shades of Bay Leaf #7FAB8B
Tints of Bay Leaf #7FAB8B
RGB
CMYK
RGB Variations
Color information
#7FAB8B (or 0x7FAB8B) is known color: Bay Leaf. HEX triplet: 7F, AB and 8B. RGB value is (127,171,139). Sum of RGB (Red+Green+Blue) = 127+171+139=437 (57% of max value = 765). Red value is 127 (50% from 255 or 29.06% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 171 - color contains mainly: green. Hex color #7FAB8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAB8B is #805474. Grayscale: #9A9A9A. Windows color (decimal): -8410229 or 9153407. OLE color: 9153407.
HSL color Cylindrical-coordinate representation of color #7FAB8B: hue angle of 136.36º 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 #7FAB8B is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 171 | 139 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.33 |
| HSL | 136.36º | 0.21% | 0.58% | - |
| HSV(B) | 136.36º | 0.26% | 0.67% | - |
| XYZ | 27.98 | 35.5 | 29.8 | - |
| YUV | 154.2 | 119.42 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 171 | 139 | 0.26 | 0 | 0.19 | 0.33 | 136.36 | 0.21 | 0.58 |
| Hex | 7F | AB | 8B | 1A | 0 | 13 | 21 | 88 | 15 | 3A |
| Octal | 177 | 253 | 213 | 32 | 0 | 23 | 41 | 210 | 25 | 72 |
| Binary | 1111111 | 10101011 | 10001011 | 11010 | 0 | 10011 | 100001 | 10001000 | 10101 | 111010 |
Color Harmonies of #7FAB8B
Complementary color
Monochromatic Colors of #7FAB8B
Black with #7FAB8B
Text Example
Text Example
White with #7FAB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAB8B; }
p { color: rgb(127,171,139); }
H1.HeaderClassName
{
color: #7FAB8B;
}
.AnyTagClassName
{
color: #7FAB8B;
}
</style>
background-color css
<style>
a { background-color: #7FAB8B; }
a { background-color: rgb(127,171,139); }
div.DivClassName
{
background-color: #7FAB8B;
}
.BgClassName
{
background-color: #7FAB8B;
}
</style>
border-color css
<style>
span { border-color: #7FAB8B; }
span { border-color: rgb(127,171,139); }
td.TdClassName
{
border-color: #7FAB8B;
}
.TagClassName
{
border-color: #7FAB8B;
}
</style>