Shades of Bay Leaf #7EAF8D
Tints of Bay Leaf #7EAF8D
RGB
CMYK
RGB Variations
Color information
#7EAF8D (or 0x7EAF8D) is known color: Bay Leaf. HEX triplet: 7E, AF and 8D. RGB value is (126,175,141). Sum of RGB (Red+Green+Blue) = 126+175+141=442 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.51% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 175 - color contains mainly: green. Hex color #7EAF8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAF8D is #815072. Grayscale: #9C9C9C. Windows color (decimal): -8474739 or 9285502. OLE color: 9285502.
HSL color Cylindrical-coordinate representation of color #7EAF8D: hue angle of 138.37º 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 #7EAF8D is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 126 | 175 | 141 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.31 |
| HSL | 138.37º | 0.23% | 0.59% | - |
| HSV(B) | 138.37º | 0.28% | 0.69% | - |
| XYZ | 28.74 | 37.02 | 30.83 | - |
| YUV | 156.47 | 119.27 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 175 | 141 | 0.28 | 0 | 0.19 | 0.31 | 138.37 | 0.23 | 0.59 |
| Hex | 7E | AF | 8D | 1C | 0 | 13 | 1F | 8A | 17 | 3B |
| Octal | 176 | 257 | 215 | 34 | 0 | 23 | 37 | 212 | 27 | 73 |
| Binary | 1111110 | 10101111 | 10001101 | 11100 | 0 | 10011 | 11111 | 10001010 | 10111 | 111011 |
Color Harmonies of #7EAF8D
Complementary color
Monochromatic Colors of #7EAF8D
Black with #7EAF8D
Text Example
Text Example
White with #7EAF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAF8D; }
p { color: rgb(126,175,141); }
H1.HeaderClassName
{
color: #7EAF8D;
}
.AnyTagClassName
{
color: #7EAF8D;
}
</style>
background-color css
<style>
a { background-color: #7EAF8D; }
a { background-color: rgb(126,175,141); }
div.DivClassName
{
background-color: #7EAF8D;
}
.BgClassName
{
background-color: #7EAF8D;
}
</style>
border-color css
<style>
span { border-color: #7EAF8D; }
span { border-color: rgb(126,175,141); }
td.TdClassName
{
border-color: #7EAF8D;
}
.TagClassName
{
border-color: #7EAF8D;
}
</style>