Shades of Bay Leaf #7FAB8C
Tints of Bay Leaf #7FAB8C
RGB
CMYK
RGB Variations
Color information
#7FAB8C (or 0x7FAB8C) is known color: Bay Leaf. HEX triplet: 7F, AB and 8C. RGB value is (127,171,140). Sum of RGB (Red+Green+Blue) = 127+171+140=438 (58% of max value = 765). Red value is 127 (50% from 255 or 29.00% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 171 - color contains mainly: green. Hex color #7FAB8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAB8C is #805473. Grayscale: #9A9A9A. Windows color (decimal): -8410228 or 9218943. OLE color: 9218943.
HSL color Cylindrical-coordinate representation of color #7FAB8C: hue angle of 137.73º 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 #7FAB8C is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 171 | 140 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.33 |
| HSL | 137.73º | 0.21% | 0.58% | - |
| HSV(B) | 137.73º | 0.26% | 0.67% | - |
| XYZ | 28.05 | 35.53 | 30.19 | - |
| YUV | 154.31 | 119.92 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 171 | 140 | 0.26 | 0 | 0.18 | 0.33 | 137.73 | 0.21 | 0.58 |
| Hex | 7F | AB | 8C | 1A | 0 | 12 | 21 | 8A | 15 | 3A |
| Octal | 177 | 253 | 214 | 32 | 0 | 22 | 41 | 212 | 25 | 72 |
| Binary | 1111111 | 10101011 | 10001100 | 11010 | 0 | 10010 | 100001 | 10001010 | 10101 | 111010 |
Color Harmonies of #7FAB8C
Complementary color
Monochromatic Colors of #7FAB8C
Black with #7FAB8C
Text Example
Text Example
White with #7FAB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAB8C; }
p { color: rgb(127,171,140); }
H1.HeaderClassName
{
color: #7FAB8C;
}
.AnyTagClassName
{
color: #7FAB8C;
}
</style>
background-color css
<style>
a { background-color: #7FAB8C; }
a { background-color: rgb(127,171,140); }
div.DivClassName
{
background-color: #7FAB8C;
}
.BgClassName
{
background-color: #7FAB8C;
}
</style>
border-color css
<style>
span { border-color: #7FAB8C; }
span { border-color: rgb(127,171,140); }
td.TdClassName
{
border-color: #7FAB8C;
}
.TagClassName
{
border-color: #7FAB8C;
}
</style>