Shades of Olive Drab #71881B
Tints of Olive Drab #71881B
RGB
CMYK
RGB Variations
Color information
#71881B (or 0x71881B) is known color: Olive Drab. HEX triplet: 71, 88 and 1B. RGB value is (113,136,27). Sum of RGB (Red+Green+Blue) = 113+136+27=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 136 (53.52% from 255 or 49.28% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 136 - color contains mainly: green. Hex color #71881B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71881B is #8E77E4. Grayscale: #757575. Windows color (decimal): -9336805 or 1804401. OLE color: 1804401.
HSL color Cylindrical-coordinate representation of color #71881B: hue angle of 72.66º 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 #71881B is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 136 | 27 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.47 |
| HSL | 72.66º | 0.67% | 0.32% | - |
| HSV(B) | 72.66º | 0.8% | 0.53% | - |
| XYZ | 15.81 | 21.2 | 4.3 | - |
| YUV | 116.7 | 77.38 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 136 | 27 | 0.17 | 0 | 0.80 | 0.47 | 72.66 | 0.67 | 0.32 |
| Hex | 71 | 88 | 1B | 11 | 0 | 50 | 2F | 49 | 43 | 20 |
| Octal | 161 | 210 | 33 | 21 | 0 | 120 | 57 | 111 | 103 | 40 |
| Binary | 1110001 | 10001000 | 11011 | 10001 | 0 | 1010000 | 101111 | 1001001 | 1000011 | 100000 |
Color Harmonies of #71881B
Complementary color
Monochromatic Colors of #71881B
Black with #71881B
Text Example
Text Example
White with #71881B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71881B; }
p { color: rgb(113,136,27); }
H1.HeaderClassName
{
color: #71881B;
}
.AnyTagClassName
{
color: #71881B;
}
</style>
background-color css
<style>
a { background-color: #71881B; }
a { background-color: rgb(113,136,27); }
div.DivClassName
{
background-color: #71881B;
}
.BgClassName
{
background-color: #71881B;
}
</style>
border-color css
<style>
span { border-color: #71881B; }
span { border-color: rgb(113,136,27); }
td.TdClassName
{
border-color: #71881B;
}
.TagClassName
{
border-color: #71881B;
}
</style>