Shades of Olive Drab #618211
Tints of Olive Drab #618211
RGB
CMYK
RGB Variations
Color information
#618211 (or 0x618211) is known color: Olive Drab. HEX triplet: 61, 82 and 11. RGB value is (97,130,17). Sum of RGB (Red+Green+Blue) = 97+130+17=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 130 (51.17% from 255 or 53.28% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 130 - color contains mainly: green. Hex color #618211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618211 is #9E7DEE. Grayscale: #6B6B6B. Windows color (decimal): -10386927 or 1147489. OLE color: 1147489.
HSL color Cylindrical-coordinate representation of color #618211: hue angle of 77.52º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #618211 is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 130 | 17 | - |
| CMYK | 0.25 | 0 | 0.87 | 0.49 |
| HSL | 77.52º | 0.77% | 0.29% | - |
| HSV(B) | 77.52º | 0.87% | 0.51% | - |
| XYZ | 13.01 | 18.55 | 3.42 | - |
| YUV | 107.25 | 77.07 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 130 | 17 | 0.25 | 0 | 0.87 | 0.49 | 77.52 | 0.77 | 0.29 |
| Hex | 61 | 82 | 11 | 19 | 0 | 57 | 31 | 4E | 4D | 1D |
| Octal | 141 | 202 | 21 | 31 | 0 | 127 | 61 | 116 | 115 | 35 |
| Binary | 1100001 | 10000010 | 10001 | 11001 | 0 | 1010111 | 110001 | 1001110 | 1001101 | 11101 |
Color Harmonies of #618211
Complementary color
Monochromatic Colors of #618211
Black with #618211
Text Example
Text Example
White with #618211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618211; }
p { color: rgb(97,130,17); }
H1.HeaderClassName
{
color: #618211;
}
.AnyTagClassName
{
color: #618211;
}
</style>
background-color css
<style>
a { background-color: #618211; }
a { background-color: rgb(97,130,17); }
div.DivClassName
{
background-color: #618211;
}
.BgClassName
{
background-color: #618211;
}
</style>
border-color css
<style>
span { border-color: #618211; }
span { border-color: rgb(97,130,17); }
td.TdClassName
{
border-color: #618211;
}
.TagClassName
{
border-color: #618211;
}
</style>