Shades of Olive Drab #71950C
Tints of Olive Drab #71950C
RGB
CMYK
RGB Variations
Color information
#71950C (or 0x71950C) is known color: Olive Drab. HEX triplet: 71, 95 and 0C. RGB value is (113,149,12). Sum of RGB (Red+Green+Blue) = 113+149+12=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 149 (58.59% from 255 or 54.38% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 149 - color contains mainly: green. Hex color #71950C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71950C is #8E6AF3. Grayscale: #7B7B7B. Windows color (decimal): -9333492 or 824689. OLE color: 824689.
HSL color Cylindrical-coordinate representation of color #71950C: hue angle of 75.77º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #71950C is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 149 | 12 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.42 |
| HSL | 75.77º | 0.85% | 0.32% | - |
| HSV(B) | 75.77º | 0.92% | 0.58% | - |
| XYZ | 17.62 | 25.03 | 4.25 | - |
| YUV | 122.62 | 65.57 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 149 | 12 | 0.24 | 0 | 0.92 | 0.42 | 75.77 | 0.85 | 0.32 |
| Hex | 71 | 95 | C | 18 | 0 | 5C | 2A | 4C | 55 | 20 |
| Octal | 161 | 225 | 14 | 30 | 0 | 134 | 52 | 114 | 125 | 40 |
| Binary | 1110001 | 10010101 | 1100 | 11000 | 0 | 1011100 | 101010 | 1001100 | 1010101 | 100000 |
Color Harmonies of #71950C
Complementary color
Monochromatic Colors of #71950C
Black with #71950C
Text Example
Text Example
White with #71950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71950C; }
p { color: rgb(113,149,12); }
H1.HeaderClassName
{
color: #71950C;
}
.AnyTagClassName
{
color: #71950C;
}
</style>
background-color css
<style>
a { background-color: #71950C; }
a { background-color: rgb(113,149,12); }
div.DivClassName
{
background-color: #71950C;
}
.BgClassName
{
background-color: #71950C;
}
</style>
border-color css
<style>
span { border-color: #71950C; }
span { border-color: rgb(113,149,12); }
td.TdClassName
{
border-color: #71950C;
}
.TagClassName
{
border-color: #71950C;
}
</style>