Shades of Olive #7E7706
Tints of Olive #7E7706
RGB
CMYK
RGB Variations
Color information
#7E7706 (or 0x7E7706) is known color: Olive. HEX triplet: 7E, 77 and 06. RGB value is (126,119,6). Sum of RGB (Red+Green+Blue) = 126+119+6=251 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50.20% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 6 (2.73% from 255 or 2.39% from 251); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E7706 is #8188F9. Grayscale: #6C6C6C. Windows color (decimal): -8489210 or 423806. OLE color: 423806.
HSL color Cylindrical-coordinate representation of color #7E7706: hue angle of 56.5º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7E7706 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 119 | 6 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.51 |
| HSL | 56.5º | 0.91% | 0.26% | - |
| HSV(B) | 56.5º | 0.95% | 0.49% | - |
| XYZ | 15.23 | 17.64 | 2.77 | - |
| YUV | 108.21 | 70.32 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 119 | 6 | 0 | 0.06 | 0.95 | 0.51 | 56.5 | 0.91 | 0.26 |
| Hex | 7E | 77 | 6 | 0 | 6 | 5F | 33 | 38 | 5B | 1A |
| Octal | 176 | 167 | 6 | 0 | 6 | 137 | 63 | 70 | 133 | 32 |
| Binary | 1111110 | 1110111 | 110 | 0 | 110 | 1011111 | 110011 | 111000 | 1011011 | 11010 |
Color Harmonies of #7E7706
Complementary color
Monochromatic Colors of #7E7706
Black with #7E7706
Text Example
Text Example
White with #7E7706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7706; }
p { color: rgb(126,119,6); }
H1.HeaderClassName
{
color: #7E7706;
}
.AnyTagClassName
{
color: #7E7706;
}
</style>
background-color css
<style>
a { background-color: #7E7706; }
a { background-color: rgb(126,119,6); }
div.DivClassName
{
background-color: #7E7706;
}
.BgClassName
{
background-color: #7E7706;
}
</style>
border-color css
<style>
span { border-color: #7E7706; }
span { border-color: rgb(126,119,6); }
td.TdClassName
{
border-color: #7E7706;
}
.TagClassName
{
border-color: #7E7706;
}
</style>