Shades of Olive #7E7000
Tints of Olive #7E7000
RGB
CMYK
RGB Variations
Color information
#7E7000 (or 0x7E7000) is known color: Olive. HEX triplet: 7E, 70 and 00. RGB value is (126,112,0). Sum of RGB (Red+Green+Blue) = 126+112+0=238 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.94% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E7000 is #818FFF. Grayscale: #676767. Windows color (decimal): -8491008 or 28798. OLE color: 28798.
HSL color Cylindrical-coordinate representation of color #7E7000: hue angle of 53.33º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E7000 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 112 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.51 |
| HSL | 53.33º | 1% | 0.25% | - |
| HSV(B) | 53.33º | 1% | 0.49% | - |
| XYZ | 14.4 | 16.02 | 2.33 | - |
| YUV | 103.42 | 69.64 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 112 | 0 | 0 | 0.11 | 1 | 0.51 | 53.33 | 1 | 0.25 |
| Hex | 7E | 70 | 0 | 0 | B | 64 | 33 | 35 | 64 | 19 |
| Octal | 176 | 160 | 0 | 0 | 13 | 144 | 63 | 65 | 144 | 31 |
| Binary | 1111110 | 1110000 | 0 | 0 | 1011 | 1100100 | 110011 | 110101 | 1100100 | 11001 |
Color Harmonies of #7E7000
Complementary color
Monochromatic Colors of #7E7000
Black with #7E7000
Text Example
Text Example
White with #7E7000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7000; }
p { color: rgb(126,112,0); }
H1.HeaderClassName
{
color: #7E7000;
}
.AnyTagClassName
{
color: #7E7000;
}
</style>
background-color css
<style>
a { background-color: #7E7000; }
a { background-color: rgb(126,112,0); }
div.DivClassName
{
background-color: #7E7000;
}
.BgClassName
{
background-color: #7E7000;
}
</style>
border-color css
<style>
span { border-color: #7E7000; }
span { border-color: rgb(126,112,0); }
td.TdClassName
{
border-color: #7E7000;
}
.TagClassName
{
border-color: #7E7000;
}
</style>