Shades of Bay Leaf #7FAC88
Tints of Bay Leaf #7FAC88
RGB
CMYK
RGB Variations
Color information
#7FAC88 (or 0x7FAC88) is known color: Bay Leaf. HEX triplet: 7F, AC and 88. RGB value is (127,172,136). Sum of RGB (Red+Green+Blue) = 127+172+136=435 (57% of max value = 765). Red value is 127 (50% from 255 or 29.20% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAC88 is #805377. Grayscale: #9A9A9A. Windows color (decimal): -8409976 or 8957055. OLE color: 8957055.
HSL color Cylindrical-coordinate representation of color #7FAC88: hue angle of 132º 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 #7FAC88 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 172 | 136 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.33 |
| HSL | 132º | 0.21% | 0.59% | - |
| HSV(B) | 132º | 0.26% | 0.67% | - |
| XYZ | 27.95 | 35.79 | 28.73 | - |
| YUV | 154.44 | 117.59 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 136 | 0.26 | 0 | 0.21 | 0.33 | 132 | 0.21 | 0.59 |
| Hex | 7F | AC | 88 | 1A | 0 | 15 | 21 | 84 | 15 | 3B |
| Octal | 177 | 254 | 210 | 32 | 0 | 25 | 41 | 204 | 25 | 73 |
| Binary | 1111111 | 10101100 | 10001000 | 11010 | 0 | 10101 | 100001 | 10000100 | 10101 | 111011 |
Color Harmonies of #7FAC88
Complementary color
Monochromatic Colors of #7FAC88
Black with #7FAC88
Text Example
Text Example
White with #7FAC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAC88; }
p { color: rgb(127,172,136); }
H1.HeaderClassName
{
color: #7FAC88;
}
.AnyTagClassName
{
color: #7FAC88;
}
</style>
background-color css
<style>
a { background-color: #7FAC88; }
a { background-color: rgb(127,172,136); }
div.DivClassName
{
background-color: #7FAC88;
}
.BgClassName
{
background-color: #7FAC88;
}
</style>
border-color css
<style>
span { border-color: #7FAC88; }
span { border-color: rgb(127,172,136); }
td.TdClassName
{
border-color: #7FAC88;
}
.TagClassName
{
border-color: #7FAC88;
}
</style>