Shades of Olive Drab #71971C
Tints of Olive Drab #71971C
RGB
CMYK
RGB Variations
Color information
#71971C (or 0x71971C) is known color: Olive Drab. HEX triplet: 71, 97 and 1C. RGB value is (113,151,28). Sum of RGB (Red+Green+Blue) = 113+151+28=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 151 (59.38% from 255 or 51.71% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 151 - color contains mainly: green. Hex color #71971C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71971C is #8E68E3. Grayscale: #7E7E7E. Windows color (decimal): -9332964 or 1873777. OLE color: 1873777.
HSL color Cylindrical-coordinate representation of color #71971C: hue angle of 78.54º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #71971C is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 113 | 151 | 28 | - |
| CMYK | 0.25 | 0 | 0.81 | 0.41 |
| HSL | 78.54º | 0.69% | 0.35% | - |
| HSV(B) | 78.54º | 0.81% | 0.59% | - |
| XYZ | 18.09 | 25.73 | 5.11 | - |
| YUV | 125.62 | 72.91 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 151 | 28 | 0.25 | 0 | 0.81 | 0.41 | 78.54 | 0.69 | 0.35 |
| Hex | 71 | 97 | 1C | 19 | 0 | 51 | 29 | 4F | 45 | 23 |
| Octal | 161 | 227 | 34 | 31 | 0 | 121 | 51 | 117 | 105 | 43 |
| Binary | 1110001 | 10010111 | 11100 | 11001 | 0 | 1010001 | 101001 | 1001111 | 1000101 | 100011 |
Color Harmonies of #71971C
Complementary color
Monochromatic Colors of #71971C
Black with #71971C
Text Example
Text Example
White with #71971C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71971C; }
p { color: rgb(113,151,28); }
H1.HeaderClassName
{
color: #71971C;
}
.AnyTagClassName
{
color: #71971C;
}
</style>
background-color css
<style>
a { background-color: #71971C; }
a { background-color: rgb(113,151,28); }
div.DivClassName
{
background-color: #71971C;
}
.BgClassName
{
background-color: #71971C;
}
</style>
border-color css
<style>
span { border-color: #71971C; }
span { border-color: rgb(113,151,28); }
td.TdClassName
{
border-color: #71971C;
}
.TagClassName
{
border-color: #71971C;
}
</style>