Shades of Olive Drab #618222
Tints of Olive Drab #618222
RGB
CMYK
RGB Variations
Color information
#618222 (or 0x618222) is known color: Olive Drab. HEX triplet: 61, 82 and 22. RGB value is (97,130,34). Sum of RGB (Red+Green+Blue) = 97+130+34=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #618222 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618222 is #9E7DDD. Grayscale: #6D6D6D. Windows color (decimal): -10386910 or 2261601. OLE color: 2261601.
HSL color Cylindrical-coordinate representation of color #618222: hue angle of 80.62º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #618222 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 130 | 34 | - |
| CMYK | 0.25 | 0 | 0.74 | 0.49 |
| HSL | 80.63º | 0.59% | 0.32% | - |
| HSV(B) | 80.63º | 0.74% | 0.51% | - |
| XYZ | 13.2 | 18.62 | 4.41 | - |
| YUV | 109.19 | 85.57 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 130 | 34 | 0.25 | 0 | 0.74 | 0.49 | 80.63 | 0.59 | 0.32 |
| Hex | 61 | 82 | 22 | 19 | 0 | 4A | 31 | 51 | 3B | 20 |
| Octal | 141 | 202 | 42 | 31 | 0 | 112 | 61 | 121 | 73 | 40 |
| Binary | 1100001 | 10000010 | 100010 | 11001 | 0 | 1001010 | 110001 | 1010001 | 111011 | 100000 |
Color Harmonies of #618222
Complementary color
Monochromatic Colors of #618222
Black with #618222
Text Example
Text Example
White with #618222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618222; }
p { color: rgb(97,130,34); }
H1.HeaderClassName
{
color: #618222;
}
.AnyTagClassName
{
color: #618222;
}
</style>
background-color css
<style>
a { background-color: #618222; }
a { background-color: rgb(97,130,34); }
div.DivClassName
{
background-color: #618222;
}
.BgClassName
{
background-color: #618222;
}
</style>
border-color css
<style>
span { border-color: #618222; }
span { border-color: rgb(97,130,34); }
td.TdClassName
{
border-color: #618222;
}
.TagClassName
{
border-color: #618222;
}
</style>