Shades of Olive Drab #71871B
Tints of Olive Drab #71871B
RGB
CMYK
RGB Variations
Color information
#71871B (or 0x71871B) is known color: Olive Drab. HEX triplet: 71, 87 and 1B. RGB value is (113,135,27). Sum of RGB (Red+Green+Blue) = 113+135+27=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 135 (53.12% from 255 or 49.09% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 135 - color contains mainly: green. Hex color #71871B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71871B is #8E78E4. Grayscale: #747474. Windows color (decimal): -9337061 or 1804145. OLE color: 1804145.
HSL color Cylindrical-coordinate representation of color #71871B: hue angle of 72.22º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #71871B is Cyan = 0.16, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 135 | 27 | - |
| CMYK | 0.16 | 0 | 0.8 | 0.47 |
| HSL | 72.22º | 0.67% | 0.32% | - |
| HSV(B) | 72.22º | 0.8% | 0.53% | - |
| XYZ | 15.67 | 20.92 | 4.25 | - |
| YUV | 116.11 | 77.71 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 135 | 27 | 0.16 | 0 | 0.8 | 0.47 | 72.22 | 0.67 | 0.32 |
| Hex | 71 | 87 | 1B | 10 | 0 | 50 | 2F | 48 | 43 | 20 |
| Octal | 161 | 207 | 33 | 20 | 0 | 120 | 57 | 110 | 103 | 40 |
| Binary | 1110001 | 10000111 | 11011 | 10000 | 0 | 1010000 | 101111 | 1001000 | 1000011 | 100000 |
Color Harmonies of #71871B
Complementary color
Monochromatic Colors of #71871B
Black with #71871B
Text Example
Text Example
White with #71871B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71871B; }
p { color: rgb(113,135,27); }
H1.HeaderClassName
{
color: #71871B;
}
.AnyTagClassName
{
color: #71871B;
}
</style>
background-color css
<style>
a { background-color: #71871B; }
a { background-color: rgb(113,135,27); }
div.DivClassName
{
background-color: #71871B;
}
.BgClassName
{
background-color: #71871B;
}
</style>
border-color css
<style>
span { border-color: #71871B; }
span { border-color: rgb(113,135,27); }
td.TdClassName
{
border-color: #71871B;
}
.TagClassName
{
border-color: #71871B;
}
</style>