Shades of Olive Drab #618321
Tints of Olive Drab #618321
RGB
CMYK
RGB Variations
Color information
#618321 (or 0x618321) is known color: Olive Drab. HEX triplet: 61, 83 and 21. RGB value is (97,131,33). Sum of RGB (Red+Green+Blue) = 97+131+33=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 131 (51.56% from 255 or 50.19% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 131 - color contains mainly: green. Hex color #618321 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618321 is #9E7CDE. Grayscale: #6E6E6E. Windows color (decimal): -10386655 or 2196321. OLE color: 2196321.
HSL color Cylindrical-coordinate representation of color #618321: hue angle of 80.82º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #618321 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 131 | 33 | - |
| CMYK | 0.26 | 0 | 0.75 | 0.49 |
| HSL | 80.82º | 0.6% | 0.32% | - |
| HSV(B) | 80.82º | 0.75% | 0.51% | - |
| XYZ | 13.32 | 18.88 | 4.38 | - |
| YUV | 109.66 | 84.74 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 131 | 33 | 0.26 | 0 | 0.75 | 0.49 | 80.82 | 0.6 | 0.32 |
| Hex | 61 | 83 | 21 | 1A | 0 | 4B | 31 | 51 | 3C | 20 |
| Octal | 141 | 203 | 41 | 32 | 0 | 113 | 61 | 121 | 74 | 40 |
| Binary | 1100001 | 10000011 | 100001 | 11010 | 0 | 1001011 | 110001 | 1010001 | 111100 | 100000 |
Color Harmonies of #618321
Complementary color
Monochromatic Colors of #618321
Black with #618321
Text Example
Text Example
White with #618321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618321; }
p { color: rgb(97,131,33); }
H1.HeaderClassName
{
color: #618321;
}
.AnyTagClassName
{
color: #618321;
}
</style>
background-color css
<style>
a { background-color: #618321; }
a { background-color: rgb(97,131,33); }
div.DivClassName
{
background-color: #618321;
}
.BgClassName
{
background-color: #618321;
}
</style>
border-color css
<style>
span { border-color: #618321; }
span { border-color: rgb(97,131,33); }
td.TdClassName
{
border-color: #618321;
}
.TagClassName
{
border-color: #618321;
}
</style>