Shades of Olive #7E8E03
Tints of Olive #7E8E03
RGB
CMYK
RGB Variations
Color information
#7E8E03 (or 0x7E8E03) is known color: Olive. HEX triplet: 7E, 8E and 03. RGB value is (126,142,3). Sum of RGB (Red+Green+Blue) = 126+142+3=271 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.49% from 271); Green value is 142 (55.86% from 255 or 52.40% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 142 - color contains mainly: green. Hex color #7E8E03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8E03 is #8171FC. Grayscale: #797979. Windows color (decimal): -8483325 or 233086. OLE color: 233086.
HSL color Cylindrical-coordinate representation of color #7E8E03: hue angle of 66.91º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E8E03 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 142 | 3 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.44 |
| HSL | 66.91º | 0.96% | 0.28% | - |
| HSV(B) | 66.91º | 0.98% | 0.56% | - |
| XYZ | 18.29 | 23.79 | 3.71 | - |
| YUV | 121.37 | 61.2 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 142 | 3 | 0.11 | 0 | 0.98 | 0.44 | 66.91 | 0.96 | 0.28 |
| Hex | 7E | 8E | 3 | B | 0 | 62 | 2C | 43 | 60 | 1C |
| Octal | 176 | 216 | 3 | 13 | 0 | 142 | 54 | 103 | 140 | 34 |
| Binary | 1111110 | 10001110 | 11 | 1011 | 0 | 1100010 | 101100 | 1000011 | 1100000 | 11100 |
Color Harmonies of #7E8E03
Complementary color
Monochromatic Colors of #7E8E03
Black with #7E8E03
Text Example
Text Example
White with #7E8E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8E03; }
p { color: rgb(126,142,3); }
H1.HeaderClassName
{
color: #7E8E03;
}
.AnyTagClassName
{
color: #7E8E03;
}
</style>
background-color css
<style>
a { background-color: #7E8E03; }
a { background-color: rgb(126,142,3); }
div.DivClassName
{
background-color: #7E8E03;
}
.BgClassName
{
background-color: #7E8E03;
}
</style>
border-color css
<style>
span { border-color: #7E8E03; }
span { border-color: rgb(126,142,3); }
td.TdClassName
{
border-color: #7E8E03;
}
.TagClassName
{
border-color: #7E8E03;
}
</style>