Shades of Olive #7E9202
Tints of Olive #7E9202
RGB
CMYK
RGB Variations
Color information
#7E9202 (or 0x7E9202) is known color: Olive. HEX triplet: 7E, 92 and 02. RGB value is (126,146,2). Sum of RGB (Red+Green+Blue) = 126+146+2=274 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.99% from 274); Green value is 146 (57.42% from 255 or 53.28% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 146 - color contains mainly: green. Hex color #7E9202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E9202 is #816DFD. Grayscale: #7C7C7C. Windows color (decimal): -8482302 or 168574. OLE color: 168574.
HSL color Cylindrical-coordinate representation of color #7E9202: hue angle of 68.33º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7E9202 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 146 | 2 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.43 |
| HSL | 68.33º | 0.97% | 0.29% | - |
| HSV(B) | 68.33º | 0.99% | 0.57% | - |
| XYZ | 18.89 | 25 | 3.89 | - |
| YUV | 123.6 | 59.37 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 146 | 2 | 0.14 | 0 | 0.99 | 0.43 | 68.33 | 0.97 | 0.29 |
| Hex | 7E | 92 | 2 | E | 0 | 63 | 2B | 44 | 61 | 1D |
| Octal | 176 | 222 | 2 | 16 | 0 | 143 | 53 | 104 | 141 | 35 |
| Binary | 1111110 | 10010010 | 10 | 1110 | 0 | 1100011 | 101011 | 1000100 | 1100001 | 11101 |
Color Harmonies of #7E9202
Complementary color
Monochromatic Colors of #7E9202
Black with #7E9202
Text Example
Text Example
White with #7E9202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9202; }
p { color: rgb(126,146,2); }
H1.HeaderClassName
{
color: #7E9202;
}
.AnyTagClassName
{
color: #7E9202;
}
</style>
background-color css
<style>
a { background-color: #7E9202; }
a { background-color: rgb(126,146,2); }
div.DivClassName
{
background-color: #7E9202;
}
.BgClassName
{
background-color: #7E9202;
}
</style>
border-color css
<style>
span { border-color: #7E9202; }
span { border-color: rgb(126,146,2); }
td.TdClassName
{
border-color: #7E9202;
}
.TagClassName
{
border-color: #7E9202;
}
</style>