Shades of Olive #7D8411
Tints of Olive #7D8411
RGB
CMYK
RGB Variations
Color information
#7D8411 (or 0x7D8411) is known color: Olive. HEX triplet: 7D, 84 and 11. RGB value is (125,132,17). Sum of RGB (Red+Green+Blue) = 125+132+17=274 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.62% from 274); Green value is 132 (51.95% from 255 or 48.18% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 132 - color contains mainly: green. Hex color #7D8411 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8411 is #827BEE. Grayscale: #757575. Windows color (decimal): -8551407 or 1148029. OLE color: 1148029.
HSL color Cylindrical-coordinate representation of color #7D8411: hue angle of 63.65º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D8411 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 125 | 132 | 17 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.48 |
| HSL | 63.65º | 0.77% | 0.29% | - |
| HSV(B) | 63.65º | 0.87% | 0.52% | - |
| XYZ | 16.81 | 20.9 | 3.68 | - |
| YUV | 116.8 | 71.68 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 132 | 17 | 0.05 | 0 | 0.87 | 0.48 | 63.65 | 0.77 | 0.29 |
| Hex | 7D | 84 | 11 | 5 | 0 | 57 | 30 | 40 | 4D | 1D |
| Octal | 175 | 204 | 21 | 5 | 0 | 127 | 60 | 100 | 115 | 35 |
| Binary | 1111101 | 10000100 | 10001 | 101 | 0 | 1010111 | 110000 | 1000000 | 1001101 | 11101 |
Color Harmonies of #7D8411
Complementary color
Monochromatic Colors of #7D8411
Black with #7D8411
Text Example
Text Example
White with #7D8411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8411; }
p { color: rgb(125,132,17); }
H1.HeaderClassName
{
color: #7D8411;
}
.AnyTagClassName
{
color: #7D8411;
}
</style>
background-color css
<style>
a { background-color: #7D8411; }
a { background-color: rgb(125,132,17); }
div.DivClassName
{
background-color: #7D8411;
}
.BgClassName
{
background-color: #7D8411;
}
</style>
border-color css
<style>
span { border-color: #7D8411; }
span { border-color: rgb(125,132,17); }
td.TdClassName
{
border-color: #7D8411;
}
.TagClassName
{
border-color: #7D8411;
}
</style>