Shades of Olive Drab #718F1F
Tints of Olive Drab #718F1F
RGB
CMYK
RGB Variations
Color information
#718F1F (or 0x718F1F) is known color: Olive Drab. HEX triplet: 71, 8F and 1F. RGB value is (113,143,31). Sum of RGB (Red+Green+Blue) = 113+143+31=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 143 (56.25% from 255 or 49.83% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 143 - color contains mainly: green. Hex color #718F1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718F1F is #8E70E0. Grayscale: #797979. Windows color (decimal): -9335009 or 2068337. OLE color: 2068337.
HSL color Cylindrical-coordinate representation of color #718F1F: hue angle of 76.07º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #718F1F is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 143 | 31 | - |
| CMYK | 0.21 | 0 | 0.78 | 0.44 |
| HSL | 76.07º | 0.64% | 0.34% | - |
| HSV(B) | 76.07º | 0.78% | 0.56% | - |
| XYZ | 16.88 | 23.25 | 4.9 | - |
| YUV | 121.26 | 77.06 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 143 | 31 | 0.21 | 0 | 0.78 | 0.44 | 76.07 | 0.64 | 0.34 |
| Hex | 71 | 8F | 1F | 15 | 0 | 4E | 2C | 4C | 40 | 22 |
| Octal | 161 | 217 | 37 | 25 | 0 | 116 | 54 | 114 | 100 | 42 |
| Binary | 1110001 | 10001111 | 11111 | 10101 | 0 | 1001110 | 101100 | 1001100 | 1000000 | 100010 |
Color Harmonies of #718F1F
Complementary color
Monochromatic Colors of #718F1F
Black with #718F1F
Text Example
Text Example
White with #718F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718F1F; }
p { color: rgb(113,143,31); }
H1.HeaderClassName
{
color: #718F1F;
}
.AnyTagClassName
{
color: #718F1F;
}
</style>
background-color css
<style>
a { background-color: #718F1F; }
a { background-color: rgb(113,143,31); }
div.DivClassName
{
background-color: #718F1F;
}
.BgClassName
{
background-color: #718F1F;
}
</style>
border-color css
<style>
span { border-color: #718F1F; }
span { border-color: rgb(113,143,31); }
td.TdClassName
{
border-color: #718F1F;
}
.TagClassName
{
border-color: #718F1F;
}
</style>