Shades of Bay Leaf #7FAC8C
Tints of Bay Leaf #7FAC8C
RGB
CMYK
RGB Variations
Color information
#7FAC8C (or 0x7FAC8C) is known color: Bay Leaf. HEX triplet: 7F, AC and 8C. RGB value is (127,172,140). Sum of RGB (Red+Green+Blue) = 127+172+140=439 (58% of max value = 765). Red value is 127 (50% from 255 or 28.93% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAC8C is #805373. Grayscale: #9A9A9A. Windows color (decimal): -8409972 or 9219199. OLE color: 9219199.
HSL color Cylindrical-coordinate representation of color #7FAC8C: hue angle of 137.33º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7FAC8C is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 172 | 140 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.33 |
| HSL | 137.33º | 0.21% | 0.59% | - |
| HSV(B) | 137.33º | 0.26% | 0.67% | - |
| XYZ | 28.24 | 35.91 | 30.25 | - |
| YUV | 154.9 | 119.59 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 140 | 0.26 | 0 | 0.19 | 0.33 | 137.33 | 0.21 | 0.59 |
| Hex | 7F | AC | 8C | 1A | 0 | 13 | 21 | 89 | 15 | 3B |
| Octal | 177 | 254 | 214 | 32 | 0 | 23 | 41 | 211 | 25 | 73 |
| Binary | 1111111 | 10101100 | 10001100 | 11010 | 0 | 10011 | 100001 | 10001001 | 10101 | 111011 |
Color Harmonies of #7FAC8C
Complementary color
Monochromatic Colors of #7FAC8C
Black with #7FAC8C
Text Example
Text Example
White with #7FAC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAC8C; }
p { color: rgb(127,172,140); }
H1.HeaderClassName
{
color: #7FAC8C;
}
.AnyTagClassName
{
color: #7FAC8C;
}
</style>
background-color css
<style>
a { background-color: #7FAC8C; }
a { background-color: rgb(127,172,140); }
div.DivClassName
{
background-color: #7FAC8C;
}
.BgClassName
{
background-color: #7FAC8C;
}
</style>
border-color css
<style>
span { border-color: #7FAC8C; }
span { border-color: rgb(127,172,140); }
td.TdClassName
{
border-color: #7FAC8C;
}
.TagClassName
{
border-color: #7FAC8C;
}
</style>