Shades of Olive Drab #718F31
Tints of Olive Drab #718F31
RGB
CMYK
RGB Variations
Color information
#718F31 (or 0x718F31) is known color: Olive Drab. HEX triplet: 71, 8F and 31. RGB value is (113,143,49). Sum of RGB (Red+Green+Blue) = 113+143+49=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 143 (56.25% from 255 or 46.89% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 143 - color contains mainly: green. Hex color #718F31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718F31 is #8E70CE. Grayscale: #7B7B7B. Windows color (decimal): -9334991 or 3247985. OLE color: 3247985.
HSL color Cylindrical-coordinate representation of color #718F31: hue angle of 79.15º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #718F31 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 143 | 49 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.44 |
| HSL | 79.15º | 0.49% | 0.38% | - |
| HSV(B) | 79.15º | 0.66% | 0.56% | - |
| XYZ | 17.19 | 23.38 | 6.51 | - |
| YUV | 123.31 | 86.06 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 143 | 49 | 0.21 | 0 | 0.66 | 0.44 | 79.15 | 0.49 | 0.38 |
| Hex | 71 | 8F | 31 | 15 | 0 | 42 | 2C | 4F | 31 | 26 |
| Octal | 161 | 217 | 61 | 25 | 0 | 102 | 54 | 117 | 61 | 46 |
| Binary | 1110001 | 10001111 | 110001 | 10101 | 0 | 1000010 | 101100 | 1001111 | 110001 | 100110 |
Color Harmonies of #718F31
Complementary color
Monochromatic Colors of #718F31
Black with #718F31
Text Example
Text Example
White with #718F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718F31; }
p { color: rgb(113,143,49); }
H1.HeaderClassName
{
color: #718F31;
}
.AnyTagClassName
{
color: #718F31;
}
</style>
background-color css
<style>
a { background-color: #718F31; }
a { background-color: rgb(113,143,49); }
div.DivClassName
{
background-color: #718F31;
}
.BgClassName
{
background-color: #718F31;
}
</style>
border-color css
<style>
span { border-color: #718F31; }
span { border-color: rgb(113,143,49); }
td.TdClassName
{
border-color: #718F31;
}
.TagClassName
{
border-color: #718F31;
}
</style>