Shades of Olive Drab #71941C
Tints of Olive Drab #71941C
RGB
CMYK
RGB Variations
Color information
#71941C (or 0x71941C) is known color: Olive Drab. HEX triplet: 71, 94 and 1C. RGB value is (113,148,28). Sum of RGB (Red+Green+Blue) = 113+148+28=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 148 (58.20% from 255 or 51.21% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 148 - color contains mainly: green. Hex color #71941C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71941C is #8E6BE3. Grayscale: #7C7C7C. Windows color (decimal): -9333732 or 1873009. OLE color: 1873009.
HSL color Cylindrical-coordinate representation of color #71941C: hue angle of 77.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #71941C is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 148 | 28 | - |
| CMYK | 0.24 | 0 | 0.81 | 0.42 |
| HSL | 77.5º | 0.68% | 0.35% | - |
| HSV(B) | 77.5º | 0.81% | 0.58% | - |
| XYZ | 17.61 | 24.77 | 4.95 | - |
| YUV | 123.86 | 73.9 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 148 | 28 | 0.24 | 0 | 0.81 | 0.42 | 77.5 | 0.68 | 0.35 |
| Hex | 71 | 94 | 1C | 18 | 0 | 51 | 2A | 4E | 44 | 23 |
| Octal | 161 | 224 | 34 | 30 | 0 | 121 | 52 | 116 | 104 | 43 |
| Binary | 1110001 | 10010100 | 11100 | 11000 | 0 | 1010001 | 101010 | 1001110 | 1000100 | 100011 |
Color Harmonies of #71941C
Complementary color
Monochromatic Colors of #71941C
Black with #71941C
Text Example
Text Example
White with #71941C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71941C; }
p { color: rgb(113,148,28); }
H1.HeaderClassName
{
color: #71941C;
}
.AnyTagClassName
{
color: #71941C;
}
</style>
background-color css
<style>
a { background-color: #71941C; }
a { background-color: rgb(113,148,28); }
div.DivClassName
{
background-color: #71941C;
}
.BgClassName
{
background-color: #71941C;
}
</style>
border-color css
<style>
span { border-color: #71941C; }
span { border-color: rgb(113,148,28); }
td.TdClassName
{
border-color: #71941C;
}
.TagClassName
{
border-color: #71941C;
}
</style>