Shades of Olive #7E7702
Tints of Olive #7E7702
RGB
CMYK
RGB Variations
Color information
#7E7702 (or 0x7E7702) is known color: Olive. HEX triplet: 7E, 77 and 02. RGB value is (126,119,2). Sum of RGB (Red+Green+Blue) = 126+119+2=247 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.01% from 247); Green value is 119 (46.88% from 255 or 48.18% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E7702 is #8188FD. Grayscale: #6C6C6C. Windows color (decimal): -8489214 or 161662. OLE color: 161662.
HSL color Cylindrical-coordinate representation of color #7E7702: hue angle of 56.61º 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 #7E7702 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 119 | 2 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.51 |
| HSL | 56.61º | 0.97% | 0.25% | - |
| HSV(B) | 56.61º | 0.98% | 0.49% | - |
| XYZ | 15.21 | 17.63 | 2.66 | - |
| YUV | 107.76 | 68.32 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 119 | 2 | 0 | 0.06 | 0.98 | 0.51 | 56.61 | 0.97 | 0.25 |
| Hex | 7E | 77 | 2 | 0 | 6 | 62 | 33 | 39 | 61 | 19 |
| Octal | 176 | 167 | 2 | 0 | 6 | 142 | 63 | 71 | 141 | 31 |
| Binary | 1111110 | 1110111 | 10 | 0 | 110 | 1100010 | 110011 | 111001 | 1100001 | 11001 |
Color Harmonies of #7E7702
Complementary color
Monochromatic Colors of #7E7702
Black with #7E7702
Text Example
Text Example
White with #7E7702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7702; }
p { color: rgb(126,119,2); }
H1.HeaderClassName
{
color: #7E7702;
}
.AnyTagClassName
{
color: #7E7702;
}
</style>
background-color css
<style>
a { background-color: #7E7702; }
a { background-color: rgb(126,119,2); }
div.DivClassName
{
background-color: #7E7702;
}
.BgClassName
{
background-color: #7E7702;
}
</style>
border-color css
<style>
span { border-color: #7E7702; }
span { border-color: rgb(126,119,2); }
td.TdClassName
{
border-color: #7E7702;
}
.TagClassName
{
border-color: #7E7702;
}
</style>