Shades of Olive Drab #718615
Tints of Olive Drab #718615
RGB
CMYK
RGB Variations
Color information
#718615 (or 0x718615) is known color: Olive Drab. HEX triplet: 71, 86 and 15. RGB value is (113,134,21). Sum of RGB (Red+Green+Blue) = 113+134+21=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 134 (52.73% from 255 or 50% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 134 - color contains mainly: green. Hex color #718615 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718615 is #8E79EA. Grayscale: #737373. Windows color (decimal): -9337323 or 1410673. OLE color: 1410673.
HSL color Cylindrical-coordinate representation of color #718615: hue angle of 71.15º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #718615 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 134 | 21 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.47 |
| HSL | 71.15º | 0.73% | 0.3% | - |
| HSV(B) | 71.15º | 0.84% | 0.53% | - |
| XYZ | 15.47 | 20.62 | 3.87 | - |
| YUV | 114.84 | 75.04 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 134 | 21 | 0.16 | 0 | 0.84 | 0.47 | 71.15 | 0.73 | 0.3 |
| Hex | 71 | 86 | 15 | 10 | 0 | 54 | 2F | 47 | 49 | 1E |
| Octal | 161 | 206 | 25 | 20 | 0 | 124 | 57 | 107 | 111 | 36 |
| Binary | 1110001 | 10000110 | 10101 | 10000 | 0 | 1010100 | 101111 | 1000111 | 1001001 | 11110 |
Color Harmonies of #718615
Complementary color
Monochromatic Colors of #718615
Black with #718615
Text Example
Text Example
White with #718615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718615; }
p { color: rgb(113,134,21); }
H1.HeaderClassName
{
color: #718615;
}
.AnyTagClassName
{
color: #718615;
}
</style>
background-color css
<style>
a { background-color: #718615; }
a { background-color: rgb(113,134,21); }
div.DivClassName
{
background-color: #718615;
}
.BgClassName
{
background-color: #718615;
}
</style>
border-color css
<style>
span { border-color: #718615; }
span { border-color: rgb(113,134,21); }
td.TdClassName
{
border-color: #718615;
}
.TagClassName
{
border-color: #718615;
}
</style>