Shades of Bay Leaf #7EA18A
Tints of Bay Leaf #7EA18A
RGB
CMYK
RGB Variations
Color information
#7EA18A (or 0x7EA18A) is known color: Bay Leaf. HEX triplet: 7E, A1 and 8A. RGB value is (126,161,138). Sum of RGB (Red+Green+Blue) = 126+161+138=425 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.65% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 161 - color contains mainly: green. Hex color #7EA18A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA18A is #815E75. Grayscale: #939393. Windows color (decimal): -8478326 or 9085310. OLE color: 9085310.
HSL color Cylindrical-coordinate representation of color #7EA18A: hue angle of 140.57º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7EA18A is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 126 | 161 | 138 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.37 |
| HSL | 140.57º | 0.16% | 0.56% | - |
| HSV(B) | 140.57º | 0.22% | 0.63% | - |
| XYZ | 25.94 | 31.76 | 28.81 | - |
| YUV | 147.91 | 122.4 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 161 | 138 | 0.22 | 0 | 0.14 | 0.37 | 140.57 | 0.16 | 0.56 |
| Hex | 7E | A1 | 8A | 16 | 0 | E | 25 | 8D | 10 | 38 |
| Octal | 176 | 241 | 212 | 26 | 0 | 16 | 45 | 215 | 20 | 70 |
| Binary | 1111110 | 10100001 | 10001010 | 10110 | 0 | 1110 | 100101 | 10001101 | 10000 | 111000 |
Color Harmonies of #7EA18A
Complementary color
Monochromatic Colors of #7EA18A
Black with #7EA18A
Text Example
Text Example
White with #7EA18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA18A; }
p { color: rgb(126,161,138); }
H1.HeaderClassName
{
color: #7EA18A;
}
.AnyTagClassName
{
color: #7EA18A;
}
</style>
background-color css
<style>
a { background-color: #7EA18A; }
a { background-color: rgb(126,161,138); }
div.DivClassName
{
background-color: #7EA18A;
}
.BgClassName
{
background-color: #7EA18A;
}
</style>
border-color css
<style>
span { border-color: #7EA18A; }
span { border-color: rgb(126,161,138); }
td.TdClassName
{
border-color: #7EA18A;
}
.TagClassName
{
border-color: #7EA18A;
}
</style>