Shades of Bay Leaf #7FAE8D
Tints of Bay Leaf #7FAE8D
RGB
CMYK
RGB Variations
Color information
#7FAE8D (or 0x7FAE8D) is known color: Bay Leaf. HEX triplet: 7F, AE and 8D. RGB value is (127,174,141). Sum of RGB (Red+Green+Blue) = 127+174+141=442 (58% of max value = 765). Red value is 127 (50% from 255 or 28.73% from 442); Green value is 174 (68.36% from 255 or 39.37% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 174 - color contains mainly: green. Hex color #7FAE8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAE8D is #805172. Grayscale: #9C9C9C. Windows color (decimal): -8409459 or 9285247. OLE color: 9285247.
HSL color Cylindrical-coordinate representation of color #7FAE8D: hue angle of 137.87º 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 #7FAE8D is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 174 | 141 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.32 |
| HSL | 137.87º | 0.22% | 0.59% | - |
| HSV(B) | 137.87º | 0.27% | 0.68% | - |
| XYZ | 28.7 | 36.71 | 30.77 | - |
| YUV | 156.19 | 119.43 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 174 | 141 | 0.27 | 0 | 0.19 | 0.32 | 137.87 | 0.22 | 0.59 |
| Hex | 7F | AE | 8D | 1B | 0 | 13 | 20 | 8A | 16 | 3B |
| Octal | 177 | 256 | 215 | 33 | 0 | 23 | 40 | 212 | 26 | 73 |
| Binary | 1111111 | 10101110 | 10001101 | 11011 | 0 | 10011 | 100000 | 10001010 | 10110 | 111011 |
Color Harmonies of #7FAE8D
Complementary color
Monochromatic Colors of #7FAE8D
Black with #7FAE8D
Text Example
Text Example
White with #7FAE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAE8D; }
p { color: rgb(127,174,141); }
H1.HeaderClassName
{
color: #7FAE8D;
}
.AnyTagClassName
{
color: #7FAE8D;
}
</style>
background-color css
<style>
a { background-color: #7FAE8D; }
a { background-color: rgb(127,174,141); }
div.DivClassName
{
background-color: #7FAE8D;
}
.BgClassName
{
background-color: #7FAE8D;
}
</style>
border-color css
<style>
span { border-color: #7FAE8D; }
span { border-color: rgb(127,174,141); }
td.TdClassName
{
border-color: #7FAE8D;
}
.TagClassName
{
border-color: #7FAE8D;
}
</style>