Shades of Olive #7E8102
Tints of Olive #7E8102
RGB
CMYK
RGB Variations
Color information
#7E8102 (or 0x7E8102) is known color: Olive. HEX triplet: 7E, 81 and 02. RGB value is (126,129,2). Sum of RGB (Red+Green+Blue) = 126+129+2=257 (34% of max value = 765). Red value is 126 (49.61% from 255 or 49.03% from 257); Green value is 129 (50.78% from 255 or 50.19% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 129 - color contains mainly: green. Hex color #7E8102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8102 is #817EFD. Grayscale: #727272. Windows color (decimal): -8486654 or 164222. OLE color: 164222.
HSL color Cylindrical-coordinate representation of color #7E8102: hue angle of 61.42º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E8102 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 129 | 2 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.49 |
| HSL | 61.42º | 0.97% | 0.26% | - |
| HSV(B) | 61.42º | 0.98% | 0.51% | - |
| XYZ | 16.47 | 20.14 | 3.08 | - |
| YUV | 113.63 | 65.01 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 129 | 2 | 0.02 | 0 | 0.98 | 0.49 | 61.42 | 0.97 | 0.26 |
| Hex | 7E | 81 | 2 | 2 | 0 | 62 | 31 | 3D | 61 | 1A |
| Octal | 176 | 201 | 2 | 2 | 0 | 142 | 61 | 75 | 141 | 32 |
| Binary | 1111110 | 10000001 | 10 | 10 | 0 | 1100010 | 110001 | 111101 | 1100001 | 11010 |
Color Harmonies of #7E8102
Complementary color
Monochromatic Colors of #7E8102
Black with #7E8102
Text Example
Text Example
White with #7E8102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8102; }
p { color: rgb(126,129,2); }
H1.HeaderClassName
{
color: #7E8102;
}
.AnyTagClassName
{
color: #7E8102;
}
</style>
background-color css
<style>
a { background-color: #7E8102; }
a { background-color: rgb(126,129,2); }
div.DivClassName
{
background-color: #7E8102;
}
.BgClassName
{
background-color: #7E8102;
}
</style>
border-color css
<style>
span { border-color: #7E8102; }
span { border-color: rgb(126,129,2); }
td.TdClassName
{
border-color: #7E8102;
}
.TagClassName
{
border-color: #7E8102;
}
</style>