Shades of Olive Drab #618D10
Tints of Olive Drab #618D10
RGB
CMYK
RGB Variations
Color information
#618D10 (or 0x618D10) is known color: Olive Drab. HEX triplet: 61, 8D and 10. RGB value is (97,141,16). Sum of RGB (Red+Green+Blue) = 97+141+16=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 141 (55.47% from 255 or 55.51% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 141 - color contains mainly: green. Hex color #618D10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618D10 is #9E72EF. Grayscale: #727272. Windows color (decimal): -10384112 or 1084769. OLE color: 1084769.
HSL color Cylindrical-coordinate representation of color #618D10: hue angle of 81.12º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #618D10 is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 141 | 16 | - |
| CMYK | 0.31 | 0 | 0.89 | 0.45 |
| HSL | 81.12º | 0.8% | 0.31% | - |
| HSV(B) | 81.12º | 0.89% | 0.55% | - |
| XYZ | 14.55 | 21.63 | 3.9 | - |
| YUV | 113.59 | 72.92 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 141 | 16 | 0.31 | 0 | 0.89 | 0.45 | 81.12 | 0.8 | 0.31 |
| Hex | 61 | 8D | 10 | 1F | 0 | 59 | 2D | 51 | 50 | 1F |
| Octal | 141 | 215 | 20 | 37 | 0 | 131 | 55 | 121 | 120 | 37 |
| Binary | 1100001 | 10001101 | 10000 | 11111 | 0 | 1011001 | 101101 | 1010001 | 1010000 | 11111 |
Color Harmonies of #618D10
Complementary color
Monochromatic Colors of #618D10
Black with #618D10
Text Example
Text Example
White with #618D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618D10; }
p { color: rgb(97,141,16); }
H1.HeaderClassName
{
color: #618D10;
}
.AnyTagClassName
{
color: #618D10;
}
</style>
background-color css
<style>
a { background-color: #618D10; }
a { background-color: rgb(97,141,16); }
div.DivClassName
{
background-color: #618D10;
}
.BgClassName
{
background-color: #618D10;
}
</style>
border-color css
<style>
span { border-color: #618D10; }
span { border-color: rgb(97,141,16); }
td.TdClassName
{
border-color: #618D10;
}
.TagClassName
{
border-color: #618D10;
}
</style>