Shades of Lima #7EAF0E
Tints of Lima #7EAF0E
RGB
CMYK
RGB Variations
Color information
#7EAF0E (or 0x7EAF0E) is known color: Lima. HEX triplet: 7E, AF and 0E. RGB value is (126,175,14). Sum of RGB (Red+Green+Blue) = 126+175+14=315 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40% from 315); Green value is 175 (68.75% from 255 or 55.56% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 175 - color contains mainly: green. Hex color #7EAF0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EAF0E is #8150F1. Grayscale: #8E8E8E. Windows color (decimal): -8474866 or 962430. OLE color: 962430.
HSL color Cylindrical-coordinate representation of color #7EAF0E: hue angle of 78.26º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7EAF0E is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 126 | 175 | 14 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.31 |
| HSL | 78.26º | 0.85% | 0.37% | - |
| HSV(B) | 78.26º | 0.92% | 0.69% | - |
| XYZ | 24.01 | 35.13 | 5.93 | - |
| YUV | 142 | 55.77 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 175 | 14 | 0.28 | 0 | 0.92 | 0.31 | 78.26 | 0.85 | 0.37 |
| Hex | 7E | AF | E | 1C | 0 | 5C | 1F | 4E | 55 | 25 |
| Octal | 176 | 257 | 16 | 34 | 0 | 134 | 37 | 116 | 125 | 45 |
| Binary | 1111110 | 10101111 | 1110 | 11100 | 0 | 1011100 | 11111 | 1001110 | 1010101 | 100101 |
Color Harmonies of #7EAF0E
Complementary color
Monochromatic Colors of #7EAF0E
Black with #7EAF0E
Text Example
Text Example
White with #7EAF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAF0E; }
p { color: rgb(126,175,14); }
H1.HeaderClassName
{
color: #7EAF0E;
}
.AnyTagClassName
{
color: #7EAF0E;
}
</style>
background-color css
<style>
a { background-color: #7EAF0E; }
a { background-color: rgb(126,175,14); }
div.DivClassName
{
background-color: #7EAF0E;
}
.BgClassName
{
background-color: #7EAF0E;
}
</style>
border-color css
<style>
span { border-color: #7EAF0E; }
span { border-color: rgb(126,175,14); }
td.TdClassName
{
border-color: #7EAF0E;
}
.TagClassName
{
border-color: #7EAF0E;
}
</style>