Shades of Olive Drab #659121
Tints of Olive Drab #659121
RGB
CMYK
RGB Variations
Color information
#659121 (or 0x659121) is known color: Olive Drab. HEX triplet: 65, 91 and 21. RGB value is (101,145,33). Sum of RGB (Red+Green+Blue) = 101+145+33=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 145 (57.03% from 255 or 51.97% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 145 - color contains mainly: green. Hex color #659121 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659121 is #9A6EDE. Grayscale: #777777. Windows color (decimal): -10120927 or 2199909. OLE color: 2199909.
HSL color Cylindrical-coordinate representation of color #659121: hue angle of 83.57º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #659121 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 145 | 33 | - |
| CMYK | 0.30 | 0 | 0.77 | 0.43 |
| HSL | 83.57º | 0.63% | 0.35% | - |
| HSV(B) | 83.57º | 0.77% | 0.57% | - |
| XYZ | 15.77 | 23.13 | 5.07 | - |
| YUV | 119.08 | 79.42 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 145 | 33 | 0.30 | 0 | 0.77 | 0.43 | 83.57 | 0.63 | 0.35 |
| Hex | 65 | 91 | 21 | 1E | 0 | 4D | 2B | 54 | 3F | 23 |
| Octal | 145 | 221 | 41 | 36 | 0 | 115 | 53 | 124 | 77 | 43 |
| Binary | 1100101 | 10010001 | 100001 | 11110 | 0 | 1001101 | 101011 | 1010100 | 111111 | 100011 |
Color Harmonies of #659121
Complementary color
Monochromatic Colors of #659121
Black with #659121
Text Example
Text Example
White with #659121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659121; }
p { color: rgb(101,145,33); }
H1.HeaderClassName
{
color: #659121;
}
.AnyTagClassName
{
color: #659121;
}
</style>
background-color css
<style>
a { background-color: #659121; }
a { background-color: rgb(101,145,33); }
div.DivClassName
{
background-color: #659121;
}
.BgClassName
{
background-color: #659121;
}
</style>
border-color css
<style>
span { border-color: #659121; }
span { border-color: rgb(101,145,33); }
td.TdClassName
{
border-color: #659121;
}
.TagClassName
{
border-color: #659121;
}
</style>