Shades of Lima #7E9E0A
Tints of Lima #7E9E0A
RGB
CMYK
RGB Variations
Color information
#7E9E0A (or 0x7E9E0A) is known color: Lima. HEX triplet: 7E, 9E and 0A. RGB value is (126,158,10). Sum of RGB (Red+Green+Blue) = 126+158+10=294 (38% of max value = 765). Red value is 126 (49.61% from 255 or 42.86% from 294); Green value is 158 (62.11% from 255 or 53.74% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 158 - color contains mainly: green. Hex color #7E9E0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E9E0A is #8161F5. Grayscale: #848484. Windows color (decimal): -8479222 or 695934. OLE color: 695934.
HSL color Cylindrical-coordinate representation of color #7E9E0A: hue angle of 72.97º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E9E0A is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 158 | 10 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.38 |
| HSL | 72.97º | 0.88% | 0.33% | - |
| HSV(B) | 72.97º | 0.94% | 0.62% | - |
| XYZ | 20.89 | 28.91 | 4.77 | - |
| YUV | 131.56 | 59.4 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 158 | 10 | 0.20 | 0 | 0.94 | 0.38 | 72.97 | 0.88 | 0.33 |
| Hex | 7E | 9E | A | 14 | 0 | 5E | 26 | 49 | 58 | 21 |
| Octal | 176 | 236 | 12 | 24 | 0 | 136 | 46 | 111 | 130 | 41 |
| Binary | 1111110 | 10011110 | 1010 | 10100 | 0 | 1011110 | 100110 | 1001001 | 1011000 | 100001 |
Color Harmonies of #7E9E0A
Complementary color
Monochromatic Colors of #7E9E0A
Black with #7E9E0A
Text Example
Text Example
White with #7E9E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9E0A; }
p { color: rgb(126,158,10); }
H1.HeaderClassName
{
color: #7E9E0A;
}
.AnyTagClassName
{
color: #7E9E0A;
}
</style>
background-color css
<style>
a { background-color: #7E9E0A; }
a { background-color: rgb(126,158,10); }
div.DivClassName
{
background-color: #7E9E0A;
}
.BgClassName
{
background-color: #7E9E0A;
}
</style>
border-color css
<style>
span { border-color: #7E9E0A; }
span { border-color: rgb(126,158,10); }
td.TdClassName
{
border-color: #7E9E0A;
}
.TagClassName
{
border-color: #7E9E0A;
}
</style>