Shades of Bay Leaf #7EA288
Tints of Bay Leaf #7EA288
RGB
CMYK
RGB Variations
Color information
#7EA288 (or 0x7EA288) is known color: Bay Leaf. HEX triplet: 7E, A2 and 88. RGB value is (126,162,136). Sum of RGB (Red+Green+Blue) = 126+162+136=424 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.72% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 162 - color contains mainly: green. Hex color #7EA288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA288 is #815D77. Grayscale: #949494. Windows color (decimal): -8478072 or 8954494. OLE color: 8954494.
HSL color Cylindrical-coordinate representation of color #7EA288: hue angle of 136.67º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7EA288 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 162 | 136 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.36 |
| HSL | 136.67º | 0.16% | 0.56% | - |
| HSV(B) | 136.67º | 0.22% | 0.64% | - |
| XYZ | 25.97 | 32.05 | 28.11 | - |
| YUV | 148.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 162 | 136 | 0.22 | 0 | 0.16 | 0.36 | 136.67 | 0.16 | 0.56 |
| Hex | 7E | A2 | 88 | 16 | 0 | 10 | 24 | 89 | 10 | 38 |
| Octal | 176 | 242 | 210 | 26 | 0 | 20 | 44 | 211 | 20 | 70 |
| Binary | 1111110 | 10100010 | 10001000 | 10110 | 0 | 10000 | 100100 | 10001001 | 10000 | 111000 |
Color Harmonies of #7EA288
Complementary color
Monochromatic Colors of #7EA288
Black with #7EA288
Text Example
Text Example
White with #7EA288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA288; }
p { color: rgb(126,162,136); }
H1.HeaderClassName
{
color: #7EA288;
}
.AnyTagClassName
{
color: #7EA288;
}
</style>
background-color css
<style>
a { background-color: #7EA288; }
a { background-color: rgb(126,162,136); }
div.DivClassName
{
background-color: #7EA288;
}
.BgClassName
{
background-color: #7EA288;
}
</style>
border-color css
<style>
span { border-color: #7EA288; }
span { border-color: rgb(126,162,136); }
td.TdClassName
{
border-color: #7EA288;
}
.TagClassName
{
border-color: #7EA288;
}
</style>