Shades of Olive Drab #71920F
Tints of Olive Drab #71920F
RGB
CMYK
RGB Variations
Color information
#71920F (or 0x71920F) is known color: Olive Drab. HEX triplet: 71, 92 and 0F. RGB value is (113,146,15). Sum of RGB (Red+Green+Blue) = 113+146+15=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 146 (57.42% from 255 or 53.28% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 146 - color contains mainly: green. Hex color #71920F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71920F is #8E6DF0. Grayscale: #797979. Windows color (decimal): -9334257 or 1020529. OLE color: 1020529.
HSL color Cylindrical-coordinate representation of color #71920F: hue angle of 75.11º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71920F is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 113 | 146 | 15 | - |
| CMYK | 0.23 | 0 | 0.90 | 0.43 |
| HSL | 75.11º | 0.81% | 0.32% | - |
| HSV(B) | 75.11º | 0.9% | 0.57% | - |
| XYZ | 17.18 | 24.1 | 4.2 | - |
| YUV | 121.2 | 68.07 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 146 | 15 | 0.23 | 0 | 0.90 | 0.43 | 75.11 | 0.81 | 0.32 |
| Hex | 71 | 92 | F | 17 | 0 | 5A | 2B | 4B | 51 | 20 |
| Octal | 161 | 222 | 17 | 27 | 0 | 132 | 53 | 113 | 121 | 40 |
| Binary | 1110001 | 10010010 | 1111 | 10111 | 0 | 1011010 | 101011 | 1001011 | 1010001 | 100000 |
Color Harmonies of #71920F
Complementary color
Monochromatic Colors of #71920F
Black with #71920F
Text Example
Text Example
White with #71920F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71920F; }
p { color: rgb(113,146,15); }
H1.HeaderClassName
{
color: #71920F;
}
.AnyTagClassName
{
color: #71920F;
}
</style>
background-color css
<style>
a { background-color: #71920F; }
a { background-color: rgb(113,146,15); }
div.DivClassName
{
background-color: #71920F;
}
.BgClassName
{
background-color: #71920F;
}
</style>
border-color css
<style>
span { border-color: #71920F; }
span { border-color: rgb(113,146,15); }
td.TdClassName
{
border-color: #71920F;
}
.TagClassName
{
border-color: #71920F;
}
</style>