Shades of Olive Drab #71982A
Tints of Olive Drab #71982A
RGB
CMYK
RGB Variations
Color information
#71982A (or 0x71982A) is known color: Olive Drab. HEX triplet: 71, 98 and 2A. RGB value is (113,152,42). Sum of RGB (Red+Green+Blue) = 113+152+42=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #71982A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71982A is #8E67D5. Grayscale: #808080. Windows color (decimal): -9332694 or 2791537. OLE color: 2791537.
HSL color Cylindrical-coordinate representation of color #71982A: hue angle of 81.27º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #71982A is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 113 | 152 | 42 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.40 |
| HSL | 81.27º | 0.57% | 0.38% | - |
| HSV(B) | 81.27º | 0.72% | 0.6% | - |
| XYZ | 18.46 | 26.13 | 6.26 | - |
| YUV | 127.8 | 79.58 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 152 | 42 | 0.26 | 0 | 0.72 | 0.40 | 81.27 | 0.57 | 0.38 |
| Hex | 71 | 98 | 2A | 1A | 0 | 48 | 28 | 51 | 39 | 26 |
| Octal | 161 | 230 | 52 | 32 | 0 | 110 | 50 | 121 | 71 | 46 |
| Binary | 1110001 | 10011000 | 101010 | 11010 | 0 | 1001000 | 101000 | 1010001 | 111001 | 100110 |
Color Harmonies of #71982A
Complementary color
Monochromatic Colors of #71982A
Black with #71982A
Text Example
Text Example
White with #71982A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71982A; }
p { color: rgb(113,152,42); }
H1.HeaderClassName
{
color: #71982A;
}
.AnyTagClassName
{
color: #71982A;
}
</style>
background-color css
<style>
a { background-color: #71982A; }
a { background-color: rgb(113,152,42); }
div.DivClassName
{
background-color: #71982A;
}
.BgClassName
{
background-color: #71982A;
}
</style>
border-color css
<style>
span { border-color: #71982A; }
span { border-color: rgb(113,152,42); }
td.TdClassName
{
border-color: #71982A;
}
.TagClassName
{
border-color: #71982A;
}
</style>