Shades of Olive #7D860E
Tints of Olive #7D860E
RGB
CMYK
RGB Variations
Color information
#7D860E (or 0x7D860E) is known color: Olive. HEX triplet: 7D, 86 and 0E. RGB value is (125,134,14). Sum of RGB (Red+Green+Blue) = 125+134+14=273 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.79% from 273); Green value is 134 (52.73% from 255 or 49.08% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 134 - color contains mainly: green. Hex color #7D860E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D860E is #8279F1. Grayscale: #767676. Windows color (decimal): -8550898 or 951933. OLE color: 951933.
HSL color Cylindrical-coordinate representation of color #7D860E: hue angle of 64.5º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D860E is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 134 | 14 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.47 |
| HSL | 64.5º | 0.81% | 0.29% | - |
| HSV(B) | 64.5º | 0.9% | 0.53% | - |
| XYZ | 17.06 | 21.44 | 3.65 | - |
| YUV | 117.63 | 69.52 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 134 | 14 | 0.07 | 0 | 0.90 | 0.47 | 64.5 | 0.81 | 0.29 |
| Hex | 7D | 86 | E | 7 | 0 | 5A | 2F | 40 | 51 | 1D |
| Octal | 175 | 206 | 16 | 7 | 0 | 132 | 57 | 100 | 121 | 35 |
| Binary | 1111101 | 10000110 | 1110 | 111 | 0 | 1011010 | 101111 | 1000000 | 1010001 | 11101 |
Color Harmonies of #7D860E
Complementary color
Monochromatic Colors of #7D860E
Black with #7D860E
Text Example
Text Example
White with #7D860E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D860E; }
p { color: rgb(125,134,14); }
H1.HeaderClassName
{
color: #7D860E;
}
.AnyTagClassName
{
color: #7D860E;
}
</style>
background-color css
<style>
a { background-color: #7D860E; }
a { background-color: rgb(125,134,14); }
div.DivClassName
{
background-color: #7D860E;
}
.BgClassName
{
background-color: #7D860E;
}
</style>
border-color css
<style>
span { border-color: #7D860E; }
span { border-color: rgb(125,134,14); }
td.TdClassName
{
border-color: #7D860E;
}
.TagClassName
{
border-color: #7D860E;
}
</style>