Shades of Olive Drab #718B1F
Tints of Olive Drab #718B1F
RGB
CMYK
RGB Variations
Color information
#718B1F (or 0x718B1F) is known color: Olive Drab. HEX triplet: 71, 8B and 1F. RGB value is (113,139,31). Sum of RGB (Red+Green+Blue) = 113+139+31=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 139 (54.69% from 255 or 49.12% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 139 - color contains mainly: green. Hex color #718B1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718B1F is #8E74E0. Grayscale: #777777. Windows color (decimal): -9336033 or 2067313. OLE color: 2067313.
HSL color Cylindrical-coordinate representation of color #718B1F: hue angle of 74.44º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #718B1F is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 139 | 31 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.45 |
| HSL | 74.44º | 0.64% | 0.33% | - |
| HSV(B) | 74.44º | 0.78% | 0.55% | - |
| XYZ | 16.29 | 22.07 | 4.7 | - |
| YUV | 118.91 | 78.39 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 139 | 31 | 0.19 | 0 | 0.78 | 0.45 | 74.44 | 0.64 | 0.33 |
| Hex | 71 | 8B | 1F | 13 | 0 | 4E | 2D | 4A | 40 | 21 |
| Octal | 161 | 213 | 37 | 23 | 0 | 116 | 55 | 112 | 100 | 41 |
| Binary | 1110001 | 10001011 | 11111 | 10011 | 0 | 1001110 | 101101 | 1001010 | 1000000 | 100001 |
Color Harmonies of #718B1F
Complementary color
Monochromatic Colors of #718B1F
Black with #718B1F
Text Example
Text Example
White with #718B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718B1F; }
p { color: rgb(113,139,31); }
H1.HeaderClassName
{
color: #718B1F;
}
.AnyTagClassName
{
color: #718B1F;
}
</style>
background-color css
<style>
a { background-color: #718B1F; }
a { background-color: rgb(113,139,31); }
div.DivClassName
{
background-color: #718B1F;
}
.BgClassName
{
background-color: #718B1F;
}
</style>
border-color css
<style>
span { border-color: #718B1F; }
span { border-color: rgb(113,139,31); }
td.TdClassName
{
border-color: #718B1F;
}
.TagClassName
{
border-color: #718B1F;
}
</style>