Shades of Bay Leaf #7EC592
Tints of Bay Leaf #7EC592
RGB
CMYK
RGB Variations
Color information
#7EC592 (or 0x7EC592) is known color: Bay Leaf. HEX triplet: 7E, C5 and 92. RGB value is (126,197,146). Sum of RGB (Red+Green+Blue) = 126+197+146=469 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.87% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 197 - color contains mainly: green. Hex color #7EC592 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC592 is #813A6D. Grayscale: #AAAAAA. Windows color (decimal): -8469102 or 9618814. OLE color: 9618814.
HSL color Cylindrical-coordinate representation of color #7EC592: hue angle of 136.9º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7EC592 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 126 | 197 | 146 | - |
| CMYK | 0.36 | 0 | 0.26 | 0.23 |
| HSL | 136.9º | 0.38% | 0.63% | - |
| HSV(B) | 136.9º | 0.36% | 0.77% | - |
| XYZ | 33.76 | 46.44 | 34.38 | - |
| YUV | 169.96 | 114.48 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 197 | 146 | 0.36 | 0 | 0.26 | 0.23 | 136.9 | 0.38 | 0.63 |
| Hex | 7E | C5 | 92 | 24 | 0 | 1A | 17 | 89 | 26 | 3F |
| Octal | 176 | 305 | 222 | 44 | 0 | 32 | 27 | 211 | 46 | 77 |
| Binary | 1111110 | 11000101 | 10010010 | 100100 | 0 | 11010 | 10111 | 10001001 | 100110 | 111111 |
Color Harmonies of #7EC592
Complementary color
Monochromatic Colors of #7EC592
Black with #7EC592
Text Example
Text Example
White with #7EC592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC592; }
p { color: rgb(126,197,146); }
H1.HeaderClassName
{
color: #7EC592;
}
.AnyTagClassName
{
color: #7EC592;
}
</style>
background-color css
<style>
a { background-color: #7EC592; }
a { background-color: rgb(126,197,146); }
div.DivClassName
{
background-color: #7EC592;
}
.BgClassName
{
background-color: #7EC592;
}
</style>
border-color css
<style>
span { border-color: #7EC592; }
span { border-color: rgb(126,197,146); }
td.TdClassName
{
border-color: #7EC592;
}
.TagClassName
{
border-color: #7EC592;
}
</style>