Shades of Olive Drab #71881E
Tints of Olive Drab #71881E
RGB
CMYK
RGB Variations
Color information
#71881E (or 0x71881E) is known color: Olive Drab. HEX triplet: 71, 88 and 1E. RGB value is (113,136,30). Sum of RGB (Red+Green+Blue) = 113+136+30=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 136 (53.52% from 255 or 48.75% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 136 - color contains mainly: green. Hex color #71881E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71881E is #8E77E1. Grayscale: #757575. Windows color (decimal): -9336802 or 2001009. OLE color: 2001009.
HSL color Cylindrical-coordinate representation of color #71881E: hue angle of 73.02º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #71881E is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 136 | 30 | - |
| CMYK | 0.17 | 0 | 0.78 | 0.47 |
| HSL | 73.02º | 0.64% | 0.33% | - |
| HSV(B) | 73.02º | 0.78% | 0.53% | - |
| XYZ | 15.85 | 21.21 | 4.49 | - |
| YUV | 117.04 | 78.88 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 136 | 30 | 0.17 | 0 | 0.78 | 0.47 | 73.02 | 0.64 | 0.33 |
| Hex | 71 | 88 | 1E | 11 | 0 | 4E | 2F | 49 | 40 | 21 |
| Octal | 161 | 210 | 36 | 21 | 0 | 116 | 57 | 111 | 100 | 41 |
| Binary | 1110001 | 10001000 | 11110 | 10001 | 0 | 1001110 | 101111 | 1001001 | 1000000 | 100001 |
Color Harmonies of #71881E
Complementary color
Monochromatic Colors of #71881E
Black with #71881E
Text Example
Text Example
White with #71881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71881E; }
p { color: rgb(113,136,30); }
H1.HeaderClassName
{
color: #71881E;
}
.AnyTagClassName
{
color: #71881E;
}
</style>
background-color css
<style>
a { background-color: #71881E; }
a { background-color: rgb(113,136,30); }
div.DivClassName
{
background-color: #71881E;
}
.BgClassName
{
background-color: #71881E;
}
</style>
border-color css
<style>
span { border-color: #71881E; }
span { border-color: rgb(113,136,30); }
td.TdClassName
{
border-color: #71881E;
}
.TagClassName
{
border-color: #71881E;
}
</style>