Shades of Olive Drab #71892C
Tints of Olive Drab #71892C
RGB
CMYK
RGB Variations
Color information
#71892C (or 0x71892C) is known color: Olive Drab. HEX triplet: 71, 89 and 2C. RGB value is (113,137,44). Sum of RGB (Red+Green+Blue) = 113+137+44=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 137 - color contains mainly: green. Hex color #71892C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71892C is #8E76D3. Grayscale: #777777. Windows color (decimal): -9336532 or 2918769. OLE color: 2918769.
HSL color Cylindrical-coordinate representation of color #71892C: hue angle of 75.48º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71892C is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 137 | 44 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.46 |
| HSL | 75.48º | 0.51% | 0.35% | - |
| HSV(B) | 75.48º | 0.68% | 0.54% | - |
| XYZ | 16.21 | 21.58 | 5.69 | - |
| YUV | 119.22 | 85.55 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 137 | 44 | 0.18 | 0 | 0.68 | 0.46 | 75.48 | 0.51 | 0.35 |
| Hex | 71 | 89 | 2C | 12 | 0 | 44 | 2E | 4B | 33 | 23 |
| Octal | 161 | 211 | 54 | 22 | 0 | 104 | 56 | 113 | 63 | 43 |
| Binary | 1110001 | 10001001 | 101100 | 10010 | 0 | 1000100 | 101110 | 1001011 | 110011 | 100011 |
Color Harmonies of #71892C
Complementary color
Monochromatic Colors of #71892C
Black with #71892C
Text Example
Text Example
White with #71892C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71892C; }
p { color: rgb(113,137,44); }
H1.HeaderClassName
{
color: #71892C;
}
.AnyTagClassName
{
color: #71892C;
}
</style>
background-color css
<style>
a { background-color: #71892C; }
a { background-color: rgb(113,137,44); }
div.DivClassName
{
background-color: #71892C;
}
.BgClassName
{
background-color: #71892C;
}
</style>
border-color css
<style>
span { border-color: #71892C; }
span { border-color: rgb(113,137,44); }
td.TdClassName
{
border-color: #71892C;
}
.TagClassName
{
border-color: #71892C;
}
</style>