Shades of Olive #7E6902
Tints of Olive #7E6902
RGB
CMYK
RGB Variations
Color information
#7E6902 (or 0x7E6902) is known color: Olive. HEX triplet: 7E, 69 and 02. RGB value is (126,105,2). Sum of RGB (Red+Green+Blue) = 126+105+2=233 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.08% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6902 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E6902 is #8196FD. Grayscale: #636363. Windows color (decimal): -8492798 or 158078. OLE color: 158078.
HSL color Cylindrical-coordinate representation of color #7E6902: hue angle of 49.84º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E6902 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 105 | 2 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.51 |
| HSL | 49.84º | 0.97% | 0.25% | - |
| HSV(B) | 49.84º | 0.98% | 0.49% | - |
| XYZ | 13.67 | 14.54 | 2.14 | - |
| YUV | 99.54 | 72.96 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 105 | 2 | 0 | 0.17 | 0.98 | 0.51 | 49.84 | 0.97 | 0.25 |
| Hex | 7E | 69 | 2 | 0 | 11 | 62 | 33 | 32 | 61 | 19 |
| Octal | 176 | 151 | 2 | 0 | 21 | 142 | 63 | 62 | 141 | 31 |
| Binary | 1111110 | 1101001 | 10 | 0 | 10001 | 1100010 | 110011 | 110010 | 1100001 | 11001 |
Color Harmonies of #7E6902
Complementary color
Monochromatic Colors of #7E6902
Black with #7E6902
Text Example
Text Example
White with #7E6902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6902; }
p { color: rgb(126,105,2); }
H1.HeaderClassName
{
color: #7E6902;
}
.AnyTagClassName
{
color: #7E6902;
}
</style>
background-color css
<style>
a { background-color: #7E6902; }
a { background-color: rgb(126,105,2); }
div.DivClassName
{
background-color: #7E6902;
}
.BgClassName
{
background-color: #7E6902;
}
</style>
border-color css
<style>
span { border-color: #7E6902; }
span { border-color: rgb(126,105,2); }
td.TdClassName
{
border-color: #7E6902;
}
.TagClassName
{
border-color: #7E6902;
}
</style>