Shades of Olive Drab #71872D
Tints of Olive Drab #71872D
RGB
CMYK
RGB Variations
Color information
#71872D (or 0x71872D) is known color: Olive Drab. HEX triplet: 71, 87 and 2D. RGB value is (113,135,45). Sum of RGB (Red+Green+Blue) = 113+135+45=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 135 (53.12% from 255 or 46.08% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 135 - color contains mainly: green. Hex color #71872D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71872D is #8E78D2. Grayscale: #767676. Windows color (decimal): -9337043 or 2983793. OLE color: 2983793.
HSL color Cylindrical-coordinate representation of color #71872D: hue angle of 74.67º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #71872D is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 135 | 45 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.47 |
| HSL | 74.67º | 0.5% | 0.35% | - |
| HSV(B) | 74.67º | 0.67% | 0.53% | - |
| XYZ | 15.95 | 21.03 | 5.7 | - |
| YUV | 118.16 | 86.71 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 135 | 45 | 0.16 | 0 | 0.67 | 0.47 | 74.67 | 0.5 | 0.35 |
| Hex | 71 | 87 | 2D | 10 | 0 | 43 | 2F | 4B | 32 | 23 |
| Octal | 161 | 207 | 55 | 20 | 0 | 103 | 57 | 113 | 62 | 43 |
| Binary | 1110001 | 10000111 | 101101 | 10000 | 0 | 1000011 | 101111 | 1001011 | 110010 | 100011 |
Color Harmonies of #71872D
Complementary color
Monochromatic Colors of #71872D
Black with #71872D
Text Example
Text Example
White with #71872D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71872D; }
p { color: rgb(113,135,45); }
H1.HeaderClassName
{
color: #71872D;
}
.AnyTagClassName
{
color: #71872D;
}
</style>
background-color css
<style>
a { background-color: #71872D; }
a { background-color: rgb(113,135,45); }
div.DivClassName
{
background-color: #71872D;
}
.BgClassName
{
background-color: #71872D;
}
</style>
border-color css
<style>
span { border-color: #71872D; }
span { border-color: rgb(113,135,45); }
td.TdClassName
{
border-color: #71872D;
}
.TagClassName
{
border-color: #71872D;
}
</style>