Shades of Bay Leaf #7EC390
Tints of Bay Leaf #7EC390
RGB
CMYK
RGB Variations
Color information
#7EC390 (or 0x7EC390) is known color: Bay Leaf. HEX triplet: 7E, C3 and 90. RGB value is (126,195,144). Sum of RGB (Red+Green+Blue) = 126+195+144=465 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.10% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC390 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC390 is #813C6F. Grayscale: #A8A8A8. Windows color (decimal): -8469616 or 9487230. OLE color: 9487230.
HSL color Cylindrical-coordinate representation of color #7EC390: hue angle of 135.65º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7EC390 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 195 | 144 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.24 |
| HSL | 135.65º | 0.37% | 0.63% | - |
| HSV(B) | 135.65º | 0.35% | 0.76% | - |
| XYZ | 33.15 | 45.48 | 33.42 | - |
| YUV | 168.56 | 114.14 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 195 | 144 | 0.35 | 0 | 0.26 | 0.24 | 135.65 | 0.37 | 0.63 |
| Hex | 7E | C3 | 90 | 23 | 0 | 1A | 18 | 88 | 25 | 3F |
| Octal | 176 | 303 | 220 | 43 | 0 | 32 | 30 | 210 | 45 | 77 |
| Binary | 1111110 | 11000011 | 10010000 | 100011 | 0 | 11010 | 11000 | 10001000 | 100101 | 111111 |
Color Harmonies of #7EC390
Complementary color
Monochromatic Colors of #7EC390
Black with #7EC390
Text Example
Text Example
White with #7EC390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC390; }
p { color: rgb(126,195,144); }
H1.HeaderClassName
{
color: #7EC390;
}
.AnyTagClassName
{
color: #7EC390;
}
</style>
background-color css
<style>
a { background-color: #7EC390; }
a { background-color: rgb(126,195,144); }
div.DivClassName
{
background-color: #7EC390;
}
.BgClassName
{
background-color: #7EC390;
}
</style>
border-color css
<style>
span { border-color: #7EC390; }
span { border-color: rgb(126,195,144); }
td.TdClassName
{
border-color: #7EC390;
}
.TagClassName
{
border-color: #7EC390;
}
</style>