Shades of Olive #7E7913
Tints of Olive #7E7913
RGB
CMYK
RGB Variations
Color information
#7E7913 (or 0x7E7913) is known color: Olive. HEX triplet: 7E, 79 and 13. RGB value is (126,121,19). Sum of RGB (Red+Green+Blue) = 126+121+19=266 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.37% from 266); Green value is 121 (47.66% from 255 or 45.49% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7913 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E7913 is #8186EC. Grayscale: #6F6F6F. Windows color (decimal): -8488685 or 1276286. OLE color: 1276286.
HSL color Cylindrical-coordinate representation of color #7E7913: hue angle of 57.2º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7E7913 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 121 | 19 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.51 |
| HSL | 57.2º | 0.74% | 0.28% | - |
| HSV(B) | 57.2º | 0.85% | 0.49% | - |
| XYZ | 15.56 | 18.16 | 3.3 | - |
| YUV | 110.87 | 76.16 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 121 | 19 | 0 | 0.04 | 0.85 | 0.51 | 57.2 | 0.74 | 0.28 |
| Hex | 7E | 79 | 13 | 0 | 4 | 55 | 33 | 39 | 4A | 1C |
| Octal | 176 | 171 | 23 | 0 | 4 | 125 | 63 | 71 | 112 | 34 |
| Binary | 1111110 | 1111001 | 10011 | 0 | 100 | 1010101 | 110011 | 111001 | 1001010 | 11100 |
Color Harmonies of #7E7913
Complementary color
Monochromatic Colors of #7E7913
Black with #7E7913
Text Example
Text Example
White with #7E7913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7913; }
p { color: rgb(126,121,19); }
H1.HeaderClassName
{
color: #7E7913;
}
.AnyTagClassName
{
color: #7E7913;
}
</style>
background-color css
<style>
a { background-color: #7E7913; }
a { background-color: rgb(126,121,19); }
div.DivClassName
{
background-color: #7E7913;
}
.BgClassName
{
background-color: #7E7913;
}
</style>
border-color css
<style>
span { border-color: #7E7913; }
span { border-color: rgb(126,121,19); }
td.TdClassName
{
border-color: #7E7913;
}
.TagClassName
{
border-color: #7E7913;
}
</style>