Shades of Olive Drab #618212
Tints of Olive Drab #618212
RGB
CMYK
RGB Variations
Color information
#618212 (or 0x618212) is known color: Olive Drab. HEX triplet: 61, 82 and 12. RGB value is (97,130,18). Sum of RGB (Red+Green+Blue) = 97+130+18=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #618212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618212 is #9E7DED. Grayscale: #6B6B6B. Windows color (decimal): -10386926 or 1213025. OLE color: 1213025.
HSL color Cylindrical-coordinate representation of color #618212: hue angle of 77.68º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #618212 is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 130 | 18 | - |
| CMYK | 0.25 | 0 | 0.86 | 0.49 |
| HSL | 77.68º | 0.76% | 0.29% | - |
| HSV(B) | 77.68º | 0.86% | 0.51% | - |
| XYZ | 13.02 | 18.55 | 3.47 | - |
| YUV | 107.37 | 77.57 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 130 | 18 | 0.25 | 0 | 0.86 | 0.49 | 77.68 | 0.76 | 0.29 |
| Hex | 61 | 82 | 12 | 19 | 0 | 56 | 31 | 4E | 4C | 1D |
| Octal | 141 | 202 | 22 | 31 | 0 | 126 | 61 | 116 | 114 | 35 |
| Binary | 1100001 | 10000010 | 10010 | 11001 | 0 | 1010110 | 110001 | 1001110 | 1001100 | 11101 |
Color Harmonies of #618212
Complementary color
Monochromatic Colors of #618212
Black with #618212
Text Example
Text Example
White with #618212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618212; }
p { color: rgb(97,130,18); }
H1.HeaderClassName
{
color: #618212;
}
.AnyTagClassName
{
color: #618212;
}
</style>
background-color css
<style>
a { background-color: #618212; }
a { background-color: rgb(97,130,18); }
div.DivClassName
{
background-color: #618212;
}
.BgClassName
{
background-color: #618212;
}
</style>
border-color css
<style>
span { border-color: #618212; }
span { border-color: rgb(97,130,18); }
td.TdClassName
{
border-color: #618212;
}
.TagClassName
{
border-color: #618212;
}
</style>