Shades of Olive Drab #618821
Tints of Olive Drab #618821
RGB
CMYK
RGB Variations
Color information
#618821 (or 0x618821) is known color: Olive Drab. HEX triplet: 61, 88 and 21. RGB value is (97,136,33). Sum of RGB (Red+Green+Blue) = 97+136+33=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 136 (53.52% from 255 or 51.13% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 136 - color contains mainly: green. Hex color #618821 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618821 is #9E77DE. Grayscale: #707070. Windows color (decimal): -10385375 or 2197601. OLE color: 2197601.
HSL color Cylindrical-coordinate representation of color #618821: hue angle of 82.72º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #618821 is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 136 | 33 | - |
| CMYK | 0.29 | 0 | 0.76 | 0.47 |
| HSL | 82.72º | 0.61% | 0.33% | - |
| HSV(B) | 82.72º | 0.76% | 0.53% | - |
| XYZ | 14.01 | 20.26 | 4.61 | - |
| YUV | 112.6 | 83.08 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 136 | 33 | 0.29 | 0 | 0.76 | 0.47 | 82.72 | 0.61 | 0.33 |
| Hex | 61 | 88 | 21 | 1D | 0 | 4C | 2F | 53 | 3D | 21 |
| Octal | 141 | 210 | 41 | 35 | 0 | 114 | 57 | 123 | 75 | 41 |
| Binary | 1100001 | 10001000 | 100001 | 11101 | 0 | 1001100 | 101111 | 1010011 | 111101 | 100001 |
Color Harmonies of #618821
Complementary color
Monochromatic Colors of #618821
Black with #618821
Text Example
Text Example
White with #618821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618821; }
p { color: rgb(97,136,33); }
H1.HeaderClassName
{
color: #618821;
}
.AnyTagClassName
{
color: #618821;
}
</style>
background-color css
<style>
a { background-color: #618821; }
a { background-color: rgb(97,136,33); }
div.DivClassName
{
background-color: #618821;
}
.BgClassName
{
background-color: #618821;
}
</style>
border-color css
<style>
span { border-color: #618821; }
span { border-color: rgb(97,136,33); }
td.TdClassName
{
border-color: #618821;
}
.TagClassName
{
border-color: #618821;
}
</style>