Shades of Olive #7E9605
Tints of Olive #7E9605
RGB
CMYK
RGB Variations
Color information
#7E9605 (or 0x7E9605) is known color: Olive. HEX triplet: 7E, 96 and 05. RGB value is (126,150,5). Sum of RGB (Red+Green+Blue) = 126+150+5=281 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.84% from 281); Green value is 150 (58.98% from 255 or 53.38% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 150 - color contains mainly: green. Hex color #7E9605 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E9605 is #8169FA. Grayscale: #7E7E7E. Windows color (decimal): -8481275 or 366206. OLE color: 366206.
HSL color Cylindrical-coordinate representation of color #7E9605: hue angle of 69.93º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E9605 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 126 | 150 | 5 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.41 |
| HSL | 69.93º | 0.94% | 0.3% | - |
| HSV(B) | 69.93º | 0.97% | 0.59% | - |
| XYZ | 19.54 | 26.26 | 4.18 | - |
| YUV | 126.29 | 59.55 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 150 | 5 | 0.16 | 0 | 0.97 | 0.41 | 69.93 | 0.94 | 0.3 |
| Hex | 7E | 96 | 5 | 10 | 0 | 61 | 29 | 46 | 5E | 1E |
| Octal | 176 | 226 | 5 | 20 | 0 | 141 | 51 | 106 | 136 | 36 |
| Binary | 1111110 | 10010110 | 101 | 10000 | 0 | 1100001 | 101001 | 1000110 | 1011110 | 11110 |
Color Harmonies of #7E9605
Complementary color
Monochromatic Colors of #7E9605
Black with #7E9605
Text Example
Text Example
White with #7E9605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9605; }
p { color: rgb(126,150,5); }
H1.HeaderClassName
{
color: #7E9605;
}
.AnyTagClassName
{
color: #7E9605;
}
</style>
background-color css
<style>
a { background-color: #7E9605; }
a { background-color: rgb(126,150,5); }
div.DivClassName
{
background-color: #7E9605;
}
.BgClassName
{
background-color: #7E9605;
}
</style>
border-color css
<style>
span { border-color: #7E9605; }
span { border-color: rgb(126,150,5); }
td.TdClassName
{
border-color: #7E9605;
}
.TagClassName
{
border-color: #7E9605;
}
</style>