Shades of Bay Leaf #7EC691
Tints of Bay Leaf #7EC691
RGB
CMYK
RGB Variations
Color information
#7EC691 (or 0x7EC691) is known color: Bay Leaf. HEX triplet: 7E, C6 and 91. RGB value is (126,198,145). Sum of RGB (Red+Green+Blue) = 126+198+145=469 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.87% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 145 (57.03% from 255 or 30.92% from 469); Max value from RGB is 198 - color contains mainly: green. Hex color #7EC691 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC691 is #81396E. Grayscale: #AAAAAA. Windows color (decimal): -8468847 or 9553534. OLE color: 9553534.
HSL color Cylindrical-coordinate representation of color #7EC691: hue angle of 135.83º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7EC691 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 198 | 145 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.22 |
| HSL | 135.83º | 0.39% | 0.64% | - |
| HSV(B) | 135.83º | 0.36% | 0.78% | - |
| XYZ | 33.91 | 46.87 | 34.05 | - |
| YUV | 170.43 | 113.65 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 198 | 145 | 0.36 | 0 | 0.27 | 0.22 | 135.83 | 0.39 | 0.64 |
| Hex | 7E | C6 | 91 | 24 | 0 | 1B | 16 | 88 | 27 | 40 |
| Octal | 176 | 306 | 221 | 44 | 0 | 33 | 26 | 210 | 47 | 100 |
| Binary | 1111110 | 11000110 | 10010001 | 100100 | 0 | 11011 | 10110 | 10001000 | 100111 | 1000000 |
Color Harmonies of #7EC691
Complementary color
Monochromatic Colors of #7EC691
Black with #7EC691
Text Example
Text Example
White with #7EC691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC691; }
p { color: rgb(126,198,145); }
H1.HeaderClassName
{
color: #7EC691;
}
.AnyTagClassName
{
color: #7EC691;
}
</style>
background-color css
<style>
a { background-color: #7EC691; }
a { background-color: rgb(126,198,145); }
div.DivClassName
{
background-color: #7EC691;
}
.BgClassName
{
background-color: #7EC691;
}
</style>
border-color css
<style>
span { border-color: #7EC691; }
span { border-color: rgb(126,198,145); }
td.TdClassName
{
border-color: #7EC691;
}
.TagClassName
{
border-color: #7EC691;
}
</style>