Shades of Olive Drab #618C17
Tints of Olive Drab #618C17
RGB
CMYK
RGB Variations
Color information
#618C17 (or 0x618C17) is known color: Olive Drab. HEX triplet: 61, 8C and 17. RGB value is (97,140,23). Sum of RGB (Red+Green+Blue) = 97+140+23=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 140 (55.08% from 255 or 53.85% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 140 - color contains mainly: green. Hex color #618C17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618C17 is #9E73E8. Grayscale: #727272. Windows color (decimal): -10384361 or 1543265. OLE color: 1543265.
HSL color Cylindrical-coordinate representation of color #618C17: hue angle of 82.05º degrees, saturation: 0.72, 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 #618C17 is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 140 | 23 | - |
| CMYK | 0.31 | 0 | 0.84 | 0.45 |
| HSL | 82.05º | 0.72% | 0.32% | - |
| HSV(B) | 82.05º | 0.84% | 0.55% | - |
| XYZ | 14.46 | 21.36 | 4.17 | - |
| YUV | 113.81 | 76.75 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 140 | 23 | 0.31 | 0 | 0.84 | 0.45 | 82.05 | 0.72 | 0.32 |
| Hex | 61 | 8C | 17 | 1F | 0 | 54 | 2D | 52 | 48 | 20 |
| Octal | 141 | 214 | 27 | 37 | 0 | 124 | 55 | 122 | 110 | 40 |
| Binary | 1100001 | 10001100 | 10111 | 11111 | 0 | 1010100 | 101101 | 1010010 | 1001000 | 100000 |
Color Harmonies of #618C17
Complementary color
Monochromatic Colors of #618C17
Black with #618C17
Text Example
Text Example
White with #618C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618C17; }
p { color: rgb(97,140,23); }
H1.HeaderClassName
{
color: #618C17;
}
.AnyTagClassName
{
color: #618C17;
}
</style>
background-color css
<style>
a { background-color: #618C17; }
a { background-color: rgb(97,140,23); }
div.DivClassName
{
background-color: #618C17;
}
.BgClassName
{
background-color: #618C17;
}
</style>
border-color css
<style>
span { border-color: #618C17; }
span { border-color: rgb(97,140,23); }
td.TdClassName
{
border-color: #618C17;
}
.TagClassName
{
border-color: #618C17;
}
</style>