Shades of Olive #7E8D05
Tints of Olive #7E8D05
RGB
CMYK
RGB Variations
Color information
#7E8D05 (or 0x7E8D05) is known color: Olive. HEX triplet: 7E, 8D and 05. RGB value is (126,141,5). Sum of RGB (Red+Green+Blue) = 126+141+5=272 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.32% from 272); Green value is 141 (55.47% from 255 or 51.84% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 141 - color contains mainly: green. Hex color #7E8D05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8D05 is #8172FA. Grayscale: #797979. Windows color (decimal): -8483579 or 363902. OLE color: 363902.
HSL color Cylindrical-coordinate representation of color #7E8D05: hue angle of 66.62º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7E8D05 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 141 | 5 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.45 |
| HSL | 66.62º | 0.93% | 0.29% | - |
| HSV(B) | 66.62º | 0.96% | 0.55% | - |
| XYZ | 18.16 | 23.5 | 3.72 | - |
| YUV | 121.01 | 62.53 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 141 | 5 | 0.11 | 0 | 0.96 | 0.45 | 66.62 | 0.93 | 0.29 |
| Hex | 7E | 8D | 5 | B | 0 | 60 | 2D | 43 | 5D | 1D |
| Octal | 176 | 215 | 5 | 13 | 0 | 140 | 55 | 103 | 135 | 35 |
| Binary | 1111110 | 10001101 | 101 | 1011 | 0 | 1100000 | 101101 | 1000011 | 1011101 | 11101 |
Color Harmonies of #7E8D05
Complementary color
Monochromatic Colors of #7E8D05
Black with #7E8D05
Text Example
Text Example
White with #7E8D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8D05; }
p { color: rgb(126,141,5); }
H1.HeaderClassName
{
color: #7E8D05;
}
.AnyTagClassName
{
color: #7E8D05;
}
</style>
background-color css
<style>
a { background-color: #7E8D05; }
a { background-color: rgb(126,141,5); }
div.DivClassName
{
background-color: #7E8D05;
}
.BgClassName
{
background-color: #7E8D05;
}
</style>
border-color css
<style>
span { border-color: #7E8D05; }
span { border-color: rgb(126,141,5); }
td.TdClassName
{
border-color: #7E8D05;
}
.TagClassName
{
border-color: #7E8D05;
}
</style>