Shades of Olive Drab #618D16
Tints of Olive Drab #618D16
RGB
CMYK
RGB Variations
Color information
#618D16 (or 0x618D16) is known color: Olive Drab. HEX triplet: 61, 8D and 16. RGB value is (97,141,22). Sum of RGB (Red+Green+Blue) = 97+141+22=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 141 (55.47% from 255 or 54.23% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 141 - color contains mainly: green. Hex color #618D16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618D16 is #9E72E9. Grayscale: #727272. Windows color (decimal): -10384106 or 1477985. OLE color: 1477985.
HSL color Cylindrical-coordinate representation of color #618D16: hue angle of 82.18º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #618D16 is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 141 | 22 | - |
| CMYK | 0.31 | 0 | 0.84 | 0.45 |
| HSL | 82.18º | 0.73% | 0.32% | - |
| HSV(B) | 82.18º | 0.84% | 0.55% | - |
| XYZ | 14.6 | 21.65 | 4.17 | - |
| YUV | 114.28 | 75.92 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 141 | 22 | 0.31 | 0 | 0.84 | 0.45 | 82.18 | 0.73 | 0.32 |
| Hex | 61 | 8D | 16 | 1F | 0 | 54 | 2D | 52 | 49 | 20 |
| Octal | 141 | 215 | 26 | 37 | 0 | 124 | 55 | 122 | 111 | 40 |
| Binary | 1100001 | 10001101 | 10110 | 11111 | 0 | 1010100 | 101101 | 1010010 | 1001001 | 100000 |
Color Harmonies of #618D16
Complementary color
Monochromatic Colors of #618D16
Black with #618D16
Text Example
Text Example
White with #618D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618D16; }
p { color: rgb(97,141,22); }
H1.HeaderClassName
{
color: #618D16;
}
.AnyTagClassName
{
color: #618D16;
}
</style>
background-color css
<style>
a { background-color: #618D16; }
a { background-color: rgb(97,141,22); }
div.DivClassName
{
background-color: #618D16;
}
.BgClassName
{
background-color: #618D16;
}
</style>
border-color css
<style>
span { border-color: #618D16; }
span { border-color: rgb(97,141,22); }
td.TdClassName
{
border-color: #618D16;
}
.TagClassName
{
border-color: #618D16;
}
</style>