Shades of Olive #7E9A05
Tints of Olive #7E9A05
RGB
CMYK
RGB Variations
Color information
#7E9A05 (or 0x7E9A05) is known color: Olive. HEX triplet: 7E, 9A and 05. RGB value is (126,154,5). Sum of RGB (Red+Green+Blue) = 126+154+5=285 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.21% from 285); Green value is 154 (60.55% from 255 or 54.04% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 154 - color contains mainly: green. Hex color #7E9A05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E9A05 is #8165FA. Grayscale: #818181. Windows color (decimal): -8480251 or 367230. OLE color: 367230.
HSL color Cylindrical-coordinate representation of color #7E9A05: hue angle of 71.28º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E9A05 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 126 | 154 | 5 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.40 |
| HSL | 71.28º | 0.94% | 0.31% | - |
| HSV(B) | 71.28º | 0.97% | 0.6% | - |
| XYZ | 20.19 | 27.56 | 4.4 | - |
| YUV | 128.64 | 58.22 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 154 | 5 | 0.18 | 0 | 0.97 | 0.40 | 71.28 | 0.94 | 0.31 |
| Hex | 7E | 9A | 5 | 12 | 0 | 61 | 28 | 47 | 5E | 1F |
| Octal | 176 | 232 | 5 | 22 | 0 | 141 | 50 | 107 | 136 | 37 |
| Binary | 1111110 | 10011010 | 101 | 10010 | 0 | 1100001 | 101000 | 1000111 | 1011110 | 11111 |
Color Harmonies of #7E9A05
Complementary color
Monochromatic Colors of #7E9A05
Black with #7E9A05
Text Example
Text Example
White with #7E9A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9A05; }
p { color: rgb(126,154,5); }
H1.HeaderClassName
{
color: #7E9A05;
}
.AnyTagClassName
{
color: #7E9A05;
}
</style>
background-color css
<style>
a { background-color: #7E9A05; }
a { background-color: rgb(126,154,5); }
div.DivClassName
{
background-color: #7E9A05;
}
.BgClassName
{
background-color: #7E9A05;
}
</style>
border-color css
<style>
span { border-color: #7E9A05; }
span { border-color: rgb(126,154,5); }
td.TdClassName
{
border-color: #7E9A05;
}
.TagClassName
{
border-color: #7E9A05;
}
</style>