Shades of Lima #7E9F0A
Tints of Lima #7E9F0A
RGB
CMYK
RGB Variations
Color information
#7E9F0A (or 0x7E9F0A) is known color: Lima. HEX triplet: 7E, 9F and 0A. RGB value is (126,159,10). Sum of RGB (Red+Green+Blue) = 126+159+10=295 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.71% from 295); Green value is 159 (62.5% from 255 or 53.90% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 159 - color contains mainly: green. Hex color #7E9F0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E9F0A is #8160F5. Grayscale: #848484. Windows color (decimal): -8478966 or 696190. OLE color: 696190.
HSL color Cylindrical-coordinate representation of color #7E9F0A: hue angle of 73.29º 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 #7E9F0A is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 159 | 10 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.38 |
| HSL | 73.29º | 0.88% | 0.33% | - |
| HSV(B) | 73.29º | 0.94% | 0.62% | - |
| XYZ | 21.06 | 29.25 | 4.82 | - |
| YUV | 132.15 | 59.07 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 159 | 10 | 0.21 | 0 | 0.94 | 0.38 | 73.29 | 0.88 | 0.33 |
| Hex | 7E | 9F | A | 15 | 0 | 5E | 26 | 49 | 58 | 21 |
| Octal | 176 | 237 | 12 | 25 | 0 | 136 | 46 | 111 | 130 | 41 |
| Binary | 1111110 | 10011111 | 1010 | 10101 | 0 | 1011110 | 100110 | 1001001 | 1011000 | 100001 |
Color Harmonies of #7E9F0A
Complementary color
Monochromatic Colors of #7E9F0A
Black with #7E9F0A
Text Example
Text Example
White with #7E9F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9F0A; }
p { color: rgb(126,159,10); }
H1.HeaderClassName
{
color: #7E9F0A;
}
.AnyTagClassName
{
color: #7E9F0A;
}
</style>
background-color css
<style>
a { background-color: #7E9F0A; }
a { background-color: rgb(126,159,10); }
div.DivClassName
{
background-color: #7E9F0A;
}
.BgClassName
{
background-color: #7E9F0A;
}
</style>
border-color css
<style>
span { border-color: #7E9F0A; }
span { border-color: rgb(126,159,10); }
td.TdClassName
{
border-color: #7E9F0A;
}
.TagClassName
{
border-color: #7E9F0A;
}
</style>