Shades of Olive Drab #71882C
Tints of Olive Drab #71882C
RGB
CMYK
RGB Variations
Color information
#71882C (or 0x71882C) is known color: Olive Drab. HEX triplet: 71, 88 and 2C. RGB value is (113,136,44). Sum of RGB (Red+Green+Blue) = 113+136+44=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 136 - color contains mainly: green. Hex color #71882C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71882C is #8E77D3. Grayscale: #767676. Windows color (decimal): -9336788 or 2918513. OLE color: 2918513.
HSL color Cylindrical-coordinate representation of color #71882C: hue angle of 75º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71882C is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 136 | 44 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.47 |
| HSL | 75º | 0.51% | 0.35% | - |
| HSV(B) | 75º | 0.68% | 0.53% | - |
| XYZ | 16.07 | 21.3 | 5.65 | - |
| YUV | 118.64 | 85.88 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 136 | 44 | 0.17 | 0 | 0.68 | 0.47 | 75 | 0.51 | 0.35 |
| Hex | 71 | 88 | 2C | 11 | 0 | 44 | 2F | 4B | 33 | 23 |
| Octal | 161 | 210 | 54 | 21 | 0 | 104 | 57 | 113 | 63 | 43 |
| Binary | 1110001 | 10001000 | 101100 | 10001 | 0 | 1000100 | 101111 | 1001011 | 110011 | 100011 |
Color Harmonies of #71882C
Complementary color
Monochromatic Colors of #71882C
Black with #71882C
Text Example
Text Example
White with #71882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71882C; }
p { color: rgb(113,136,44); }
H1.HeaderClassName
{
color: #71882C;
}
.AnyTagClassName
{
color: #71882C;
}
</style>
background-color css
<style>
a { background-color: #71882C; }
a { background-color: rgb(113,136,44); }
div.DivClassName
{
background-color: #71882C;
}
.BgClassName
{
background-color: #71882C;
}
</style>
border-color css
<style>
span { border-color: #71882C; }
span { border-color: rgb(113,136,44); }
td.TdClassName
{
border-color: #71882C;
}
.TagClassName
{
border-color: #71882C;
}
</style>