Shades of Olive Drab #718D25
Tints of Olive Drab #718D25
RGB
CMYK
RGB Variations
Color information
#718D25 (or 0x718D25) is known color: Olive Drab. HEX triplet: 71, 8D and 25. RGB value is (113,141,37). Sum of RGB (Red+Green+Blue) = 113+141+37=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 141 (55.47% from 255 or 48.45% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 141 - color contains mainly: green. Hex color #718D25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718D25 is #8E72DA. Grayscale: #797979. Windows color (decimal): -9335515 or 2461041. OLE color: 2461041.
HSL color Cylindrical-coordinate representation of color #718D25: hue angle of 76.15º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #718D25 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 141 | 37 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.45 |
| HSL | 76.15º | 0.58% | 0.35% | - |
| HSV(B) | 76.15º | 0.74% | 0.55% | - |
| XYZ | 16.67 | 22.69 | 5.25 | - |
| YUV | 120.77 | 80.72 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 141 | 37 | 0.20 | 0 | 0.74 | 0.45 | 76.15 | 0.58 | 0.35 |
| Hex | 71 | 8D | 25 | 14 | 0 | 4A | 2D | 4C | 3A | 23 |
| Octal | 161 | 215 | 45 | 24 | 0 | 112 | 55 | 114 | 72 | 43 |
| Binary | 1110001 | 10001101 | 100101 | 10100 | 0 | 1001010 | 101101 | 1001100 | 111010 | 100011 |
Color Harmonies of #718D25
Complementary color
Monochromatic Colors of #718D25
Black with #718D25
Text Example
Text Example
White with #718D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718D25; }
p { color: rgb(113,141,37); }
H1.HeaderClassName
{
color: #718D25;
}
.AnyTagClassName
{
color: #718D25;
}
</style>
background-color css
<style>
a { background-color: #718D25; }
a { background-color: rgb(113,141,37); }
div.DivClassName
{
background-color: #718D25;
}
.BgClassName
{
background-color: #718D25;
}
</style>
border-color css
<style>
span { border-color: #718D25; }
span { border-color: rgb(113,141,37); }
td.TdClassName
{
border-color: #718D25;
}
.TagClassName
{
border-color: #718D25;
}
</style>