Shades of Olive Drab #718825
Tints of Olive Drab #718825
RGB
CMYK
RGB Variations
Color information
#718825 (or 0x718825) is known color: Olive Drab. HEX triplet: 71, 88 and 25. RGB value is (113,136,37). Sum of RGB (Red+Green+Blue) = 113+136+37=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 136 (53.52% from 255 or 47.55% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 136 - color contains mainly: green. Hex color #718825 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718825 is #8E77DA. Grayscale: #767676. Windows color (decimal): -9336795 or 2459761. OLE color: 2459761.
HSL color Cylindrical-coordinate representation of color #718825: hue angle of 73.94º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #718825 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 136 | 37 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.47 |
| HSL | 73.94º | 0.57% | 0.34% | - |
| HSV(B) | 73.94º | 0.73% | 0.53% | - |
| XYZ | 15.95 | 21.25 | 5.01 | - |
| YUV | 117.84 | 82.38 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 136 | 37 | 0.17 | 0 | 0.73 | 0.47 | 73.94 | 0.57 | 0.34 |
| Hex | 71 | 88 | 25 | 11 | 0 | 49 | 2F | 4A | 39 | 22 |
| Octal | 161 | 210 | 45 | 21 | 0 | 111 | 57 | 112 | 71 | 42 |
| Binary | 1110001 | 10001000 | 100101 | 10001 | 0 | 1001001 | 101111 | 1001010 | 111001 | 100010 |
Color Harmonies of #718825
Complementary color
Monochromatic Colors of #718825
Black with #718825
Text Example
Text Example
White with #718825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718825; }
p { color: rgb(113,136,37); }
H1.HeaderClassName
{
color: #718825;
}
.AnyTagClassName
{
color: #718825;
}
</style>
background-color css
<style>
a { background-color: #718825; }
a { background-color: rgb(113,136,37); }
div.DivClassName
{
background-color: #718825;
}
.BgClassName
{
background-color: #718825;
}
</style>
border-color css
<style>
span { border-color: #718825; }
span { border-color: rgb(113,136,37); }
td.TdClassName
{
border-color: #718825;
}
.TagClassName
{
border-color: #718825;
}
</style>