Shades of Bay Leaf #7FAE8E
Tints of Bay Leaf #7FAE8E
RGB
CMYK
RGB Variations
Color information
#7FAE8E (or 0x7FAE8E) is known color: Bay Leaf. HEX triplet: 7F, AE and 8E. RGB value is (127,174,142). Sum of RGB (Red+Green+Blue) = 127+174+142=443 (58% of max value = 765). Red value is 127 (50% from 255 or 28.67% from 443); Green value is 174 (68.36% from 255 or 39.28% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 174 - color contains mainly: green. Hex color #7FAE8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAE8E is #805171. Grayscale: #9C9C9C. Windows color (decimal): -8409458 or 9350783. OLE color: 9350783.
HSL color Cylindrical-coordinate representation of color #7FAE8E: hue angle of 139.15º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7FAE8E is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 174 | 142 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.32 |
| HSL | 139.15º | 0.22% | 0.59% | - |
| HSV(B) | 139.15º | 0.27% | 0.68% | - |
| XYZ | 28.77 | 36.74 | 31.17 | - |
| YUV | 156.3 | 119.93 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 174 | 142 | 0.27 | 0 | 0.18 | 0.32 | 139.15 | 0.22 | 0.59 |
| Hex | 7F | AE | 8E | 1B | 0 | 12 | 20 | 8B | 16 | 3B |
| Octal | 177 | 256 | 216 | 33 | 0 | 22 | 40 | 213 | 26 | 73 |
| Binary | 1111111 | 10101110 | 10001110 | 11011 | 0 | 10010 | 100000 | 10001011 | 10110 | 111011 |
Color Harmonies of #7FAE8E
Complementary color
Monochromatic Colors of #7FAE8E
Black with #7FAE8E
Text Example
Text Example
White with #7FAE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAE8E; }
p { color: rgb(127,174,142); }
H1.HeaderClassName
{
color: #7FAE8E;
}
.AnyTagClassName
{
color: #7FAE8E;
}
</style>
background-color css
<style>
a { background-color: #7FAE8E; }
a { background-color: rgb(127,174,142); }
div.DivClassName
{
background-color: #7FAE8E;
}
.BgClassName
{
background-color: #7FAE8E;
}
</style>
border-color css
<style>
span { border-color: #7FAE8E; }
span { border-color: rgb(127,174,142); }
td.TdClassName
{
border-color: #7FAE8E;
}
.TagClassName
{
border-color: #7FAE8E;
}
</style>