Shades of Olive Drab #71881F
Tints of Olive Drab #71881F
RGB
CMYK
RGB Variations
Color information
#71881F (or 0x71881F) is known color: Olive Drab. HEX triplet: 71, 88 and 1F. RGB value is (113,136,31). Sum of RGB (Red+Green+Blue) = 113+136+31=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 136 (53.52% from 255 or 48.57% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 136 - color contains mainly: green. Hex color #71881F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71881F is #8E77E0. Grayscale: #757575. Windows color (decimal): -9336801 or 2066545. OLE color: 2066545.
HSL color Cylindrical-coordinate representation of color #71881F: hue angle of 73.14º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71881F is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 136 | 31 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.47 |
| HSL | 73.14º | 0.63% | 0.33% | - |
| HSV(B) | 73.14º | 0.77% | 0.53% | - |
| XYZ | 15.86 | 21.22 | 4.56 | - |
| YUV | 117.15 | 79.38 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 136 | 31 | 0.17 | 0 | 0.77 | 0.47 | 73.14 | 0.63 | 0.33 |
| Hex | 71 | 88 | 1F | 11 | 0 | 4D | 2F | 49 | 3F | 21 |
| Octal | 161 | 210 | 37 | 21 | 0 | 115 | 57 | 111 | 77 | 41 |
| Binary | 1110001 | 10001000 | 11111 | 10001 | 0 | 1001101 | 101111 | 1001001 | 111111 | 100001 |
Color Harmonies of #71881F
Complementary color
Monochromatic Colors of #71881F
Black with #71881F
Text Example
Text Example
White with #71881F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71881F; }
p { color: rgb(113,136,31); }
H1.HeaderClassName
{
color: #71881F;
}
.AnyTagClassName
{
color: #71881F;
}
</style>
background-color css
<style>
a { background-color: #71881F; }
a { background-color: rgb(113,136,31); }
div.DivClassName
{
background-color: #71881F;
}
.BgClassName
{
background-color: #71881F;
}
</style>
border-color css
<style>
span { border-color: #71881F; }
span { border-color: rgb(113,136,31); }
td.TdClassName
{
border-color: #71881F;
}
.TagClassName
{
border-color: #71881F;
}
</style>