Shades of Lima #7EA208
Tints of Lima #7EA208
RGB
CMYK
RGB Variations
Color information
#7EA208 (or 0x7EA208) is known color: Lima. HEX triplet: 7E, A2 and 08. RGB value is (126,162,8). Sum of RGB (Red+Green+Blue) = 126+162+8=296 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.57% from 296); Green value is 162 (63.67% from 255 or 54.73% from 296); Blue value is 8 (3.52% from 255 or 2.70% from 296); Max value from RGB is 162 - color contains mainly: green. Hex color #7EA208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EA208 is #815DF7. Grayscale: #868686. Windows color (decimal): -8478200 or 565886. OLE color: 565886.
HSL color Cylindrical-coordinate representation of color #7EA208: hue angle of 74.03º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7EA208 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 162 | 8 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.36 |
| HSL | 74.03º | 0.91% | 0.33% | - |
| HSV(B) | 74.03º | 0.95% | 0.64% | - |
| XYZ | 21.57 | 30.29 | 4.94 | - |
| YUV | 133.68 | 57.07 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 162 | 8 | 0.22 | 0 | 0.95 | 0.36 | 74.03 | 0.91 | 0.33 |
| Hex | 7E | A2 | 8 | 16 | 0 | 5F | 24 | 4A | 5B | 21 |
| Octal | 176 | 242 | 10 | 26 | 0 | 137 | 44 | 112 | 133 | 41 |
| Binary | 1111110 | 10100010 | 1000 | 10110 | 0 | 1011111 | 100100 | 1001010 | 1011011 | 100001 |
Color Harmonies of #7EA208
Complementary color
Monochromatic Colors of #7EA208
Black with #7EA208
Text Example
Text Example
White with #7EA208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA208; }
p { color: rgb(126,162,8); }
H1.HeaderClassName
{
color: #7EA208;
}
.AnyTagClassName
{
color: #7EA208;
}
</style>
background-color css
<style>
a { background-color: #7EA208; }
a { background-color: rgb(126,162,8); }
div.DivClassName
{
background-color: #7EA208;
}
.BgClassName
{
background-color: #7EA208;
}
</style>
border-color css
<style>
span { border-color: #7EA208; }
span { border-color: rgb(126,162,8); }
td.TdClassName
{
border-color: #7EA208;
}
.TagClassName
{
border-color: #7EA208;
}
</style>