Shades of Bay Leaf #7EAF8E
Tints of Bay Leaf #7EAF8E
RGB
CMYK
RGB Variations
Color information
#7EAF8E (or 0x7EAF8E) is known color: Bay Leaf. HEX triplet: 7E, AF and 8E. RGB value is (126,175,142). Sum of RGB (Red+Green+Blue) = 126+175+142=443 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.44% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 175 - color contains mainly: green. Hex color #7EAF8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAF8E is #815071. Grayscale: #9C9C9C. Windows color (decimal): -8474738 or 9351038. OLE color: 9351038.
HSL color Cylindrical-coordinate representation of color #7EAF8E: hue angle of 139.59º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7EAF8E is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 126 | 175 | 142 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.31 |
| HSL | 139.59º | 0.23% | 0.59% | - |
| HSV(B) | 139.59º | 0.28% | 0.69% | - |
| XYZ | 28.82 | 37.05 | 31.22 | - |
| YUV | 156.59 | 119.77 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 175 | 142 | 0.28 | 0 | 0.19 | 0.31 | 139.59 | 0.23 | 0.59 |
| Hex | 7E | AF | 8E | 1C | 0 | 13 | 1F | 8C | 17 | 3B |
| Octal | 176 | 257 | 216 | 34 | 0 | 23 | 37 | 214 | 27 | 73 |
| Binary | 1111110 | 10101111 | 10001110 | 11100 | 0 | 10011 | 11111 | 10001100 | 10111 | 111011 |
Color Harmonies of #7EAF8E
Complementary color
Monochromatic Colors of #7EAF8E
Black with #7EAF8E
Text Example
Text Example
White with #7EAF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAF8E; }
p { color: rgb(126,175,142); }
H1.HeaderClassName
{
color: #7EAF8E;
}
.AnyTagClassName
{
color: #7EAF8E;
}
</style>
background-color css
<style>
a { background-color: #7EAF8E; }
a { background-color: rgb(126,175,142); }
div.DivClassName
{
background-color: #7EAF8E;
}
.BgClassName
{
background-color: #7EAF8E;
}
</style>
border-color css
<style>
span { border-color: #7EAF8E; }
span { border-color: rgb(126,175,142); }
td.TdClassName
{
border-color: #7EAF8E;
}
.TagClassName
{
border-color: #7EAF8E;
}
</style>