Shades of Olive #7D7811
Tints of Olive #7D7811
RGB
CMYK
RGB Variations
Color information
#7D7811 (or 0x7D7811) is known color: Olive. HEX triplet: 7D, 78 and 11. RGB value is (125,120,17). Sum of RGB (Red+Green+Blue) = 125+120+17=262 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.71% from 262); Green value is 120 (47.27% from 255 or 45.80% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7811 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7811 is #8287EE. Grayscale: #6E6E6E. Windows color (decimal): -8554479 or 1144957. OLE color: 1144957.
HSL color Cylindrical-coordinate representation of color #7D7811: hue angle of 57.22º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D7811 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 120 | 17 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.51 |
| HSL | 57.22º | 0.76% | 0.28% | - |
| HSV(B) | 57.22º | 0.86% | 0.49% | - |
| XYZ | 15.28 | 17.83 | 3.17 | - |
| YUV | 109.75 | 75.66 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 120 | 17 | 0 | 0.04 | 0.86 | 0.51 | 57.22 | 0.76 | 0.28 |
| Hex | 7D | 78 | 11 | 0 | 4 | 56 | 33 | 39 | 4C | 1C |
| Octal | 175 | 170 | 21 | 0 | 4 | 126 | 63 | 71 | 114 | 34 |
| Binary | 1111101 | 1111000 | 10001 | 0 | 100 | 1010110 | 110011 | 111001 | 1001100 | 11100 |
Color Harmonies of #7D7811
Complementary color
Monochromatic Colors of #7D7811
Black with #7D7811
Text Example
Text Example
White with #7D7811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7811; }
p { color: rgb(125,120,17); }
H1.HeaderClassName
{
color: #7D7811;
}
.AnyTagClassName
{
color: #7D7811;
}
</style>
background-color css
<style>
a { background-color: #7D7811; }
a { background-color: rgb(125,120,17); }
div.DivClassName
{
background-color: #7D7811;
}
.BgClassName
{
background-color: #7D7811;
}
</style>
border-color css
<style>
span { border-color: #7D7811; }
span { border-color: rgb(125,120,17); }
td.TdClassName
{
border-color: #7D7811;
}
.TagClassName
{
border-color: #7D7811;
}
</style>