Shades of Olive Drab #71981C
Tints of Olive Drab #71981C
RGB
CMYK
RGB Variations
Color information
#71981C (or 0x71981C) is known color: Olive Drab. HEX triplet: 71, 98 and 1C. RGB value is (113,152,28). Sum of RGB (Red+Green+Blue) = 113+152+28=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 152 (59.77% from 255 or 51.88% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 152 - color contains mainly: green. Hex color #71981C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71981C is #8E67E3. Grayscale: #7E7E7E. Windows color (decimal): -9332708 or 1874033. OLE color: 1874033.
HSL color Cylindrical-coordinate representation of color #71981C: hue angle of 78.87º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #71981C is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 113 | 152 | 28 | - |
| CMYK | 0.26 | 0 | 0.82 | 0.40 |
| HSL | 78.87º | 0.69% | 0.35% | - |
| HSV(B) | 78.87º | 0.82% | 0.6% | - |
| XYZ | 18.25 | 26.05 | 5.17 | - |
| YUV | 126.2 | 72.58 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 152 | 28 | 0.26 | 0 | 0.82 | 0.40 | 78.87 | 0.69 | 0.35 |
| Hex | 71 | 98 | 1C | 1A | 0 | 52 | 28 | 4F | 45 | 23 |
| Octal | 161 | 230 | 34 | 32 | 0 | 122 | 50 | 117 | 105 | 43 |
| Binary | 1110001 | 10011000 | 11100 | 11010 | 0 | 1010010 | 101000 | 1001111 | 1000101 | 100011 |
Color Harmonies of #71981C
Complementary color
Monochromatic Colors of #71981C
Black with #71981C
Text Example
Text Example
White with #71981C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71981C; }
p { color: rgb(113,152,28); }
H1.HeaderClassName
{
color: #71981C;
}
.AnyTagClassName
{
color: #71981C;
}
</style>
background-color css
<style>
a { background-color: #71981C; }
a { background-color: rgb(113,152,28); }
div.DivClassName
{
background-color: #71981C;
}
.BgClassName
{
background-color: #71981C;
}
</style>
border-color css
<style>
span { border-color: #71981C; }
span { border-color: rgb(113,152,28); }
td.TdClassName
{
border-color: #71981C;
}
.TagClassName
{
border-color: #71981C;
}
</style>