Shades of Olive #7E6400
Tints of Olive #7E6400
RGB
CMYK
RGB Variations
Color information
#7E6400 (or 0x7E6400) is known color: Olive. HEX triplet: 7E, 64 and 00. RGB value is (126,100,0). Sum of RGB (Red+Green+Blue) = 126+100+0=226 (29% of max value = 765). Red value is 126 (49.61% from 255 or 55.75% from 226); Green value is 100 (39.45% from 255 or 44.25% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E6400 is #819BFF. Grayscale: #606060. Windows color (decimal): -8494080 or 25726. OLE color: 25726.
HSL color Cylindrical-coordinate representation of color #7E6400: hue angle of 47.62º 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 #7E6400 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 100 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.51 |
| HSL | 47.62º | 1% | 0.25% | - |
| HSV(B) | 47.62º | 1% | 0.49% | - |
| XYZ | 13.16 | 13.55 | 1.92 | - |
| YUV | 96.37 | 73.61 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 100 | 0 | 0 | 0.21 | 1 | 0.51 | 47.62 | 1 | 0.25 |
| Hex | 7E | 64 | 0 | 0 | 15 | 64 | 33 | 30 | 64 | 19 |
| Octal | 176 | 144 | 0 | 0 | 25 | 144 | 63 | 60 | 144 | 31 |
| Binary | 1111110 | 1100100 | 0 | 0 | 10101 | 1100100 | 110011 | 110000 | 1100100 | 11001 |
Color Harmonies of #7E6400
Complementary color
Monochromatic Colors of #7E6400
Black with #7E6400
Text Example
Text Example
White with #7E6400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6400; }
p { color: rgb(126,100,0); }
H1.HeaderClassName
{
color: #7E6400;
}
.AnyTagClassName
{
color: #7E6400;
}
</style>
background-color css
<style>
a { background-color: #7E6400; }
a { background-color: rgb(126,100,0); }
div.DivClassName
{
background-color: #7E6400;
}
.BgClassName
{
background-color: #7E6400;
}
</style>
border-color css
<style>
span { border-color: #7E6400; }
span { border-color: rgb(126,100,0); }
td.TdClassName
{
border-color: #7E6400;
}
.TagClassName
{
border-color: #7E6400;
}
</style>