Shades of Olive #7E6D00
Tints of Olive #7E6D00
RGB
CMYK
RGB Variations
Color information
#7E6D00 (or 0x7E6D00) is known color: Olive. HEX triplet: 7E, 6D and 00. RGB value is (126,109,0). Sum of RGB (Red+Green+Blue) = 126+109+0=235 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.62% from 235); Green value is 109 (42.97% from 255 or 46.38% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E6D00 is #8192FF. Grayscale: #666666. Windows color (decimal): -8491776 or 28030. OLE color: 28030.
HSL color Cylindrical-coordinate representation of color #7E6D00: hue angle of 51.9º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E6D00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 109 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.51 |
| HSL | 51.9º | 1% | 0.25% | - |
| HSV(B) | 51.9º | 1% | 0.49% | - |
| XYZ | 14.07 | 15.37 | 2.23 | - |
| YUV | 101.66 | 70.63 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 109 | 0 | 0 | 0.13 | 1 | 0.51 | 51.9 | 1 | 0.25 |
| Hex | 7E | 6D | 0 | 0 | D | 64 | 33 | 34 | 64 | 19 |
| Octal | 176 | 155 | 0 | 0 | 15 | 144 | 63 | 64 | 144 | 31 |
| Binary | 1111110 | 1101101 | 0 | 0 | 1101 | 1100100 | 110011 | 110100 | 1100100 | 11001 |
Color Harmonies of #7E6D00
Complementary color
Monochromatic Colors of #7E6D00
Black with #7E6D00
Text Example
Text Example
White with #7E6D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6D00; }
p { color: rgb(126,109,0); }
H1.HeaderClassName
{
color: #7E6D00;
}
.AnyTagClassName
{
color: #7E6D00;
}
</style>
background-color css
<style>
a { background-color: #7E6D00; }
a { background-color: rgb(126,109,0); }
div.DivClassName
{
background-color: #7E6D00;
}
.BgClassName
{
background-color: #7E6D00;
}
</style>
border-color css
<style>
span { border-color: #7E6D00; }
span { border-color: rgb(126,109,0); }
td.TdClassName
{
border-color: #7E6D00;
}
.TagClassName
{
border-color: #7E6D00;
}
</style>