Shades of Olive Drab #659220
Tints of Olive Drab #659220
RGB
CMYK
RGB Variations
Color information
#659220 (or 0x659220) is known color: Olive Drab. HEX triplet: 65, 92 and 20. RGB value is (101,146,32). Sum of RGB (Red+Green+Blue) = 101+146+32=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 146 (57.42% from 255 or 52.33% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 146 - color contains mainly: green. Hex color #659220 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659220 is #9A6DDF. Grayscale: #777777. Windows color (decimal): -10120672 or 2134629. OLE color: 2134629.
HSL color Cylindrical-coordinate representation of color #659220: hue angle of 83.68º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #659220 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 146 | 32 | - |
| CMYK | 0.31 | 0 | 0.78 | 0.43 |
| HSL | 83.68º | 0.64% | 0.35% | - |
| HSV(B) | 83.68º | 0.78% | 0.57% | - |
| XYZ | 15.91 | 23.43 | 5.05 | - |
| YUV | 119.55 | 78.59 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 146 | 32 | 0.31 | 0 | 0.78 | 0.43 | 83.68 | 0.64 | 0.35 |
| Hex | 65 | 92 | 20 | 1F | 0 | 4E | 2B | 54 | 40 | 23 |
| Octal | 145 | 222 | 40 | 37 | 0 | 116 | 53 | 124 | 100 | 43 |
| Binary | 1100101 | 10010010 | 100000 | 11111 | 0 | 1001110 | 101011 | 1010100 | 1000000 | 100011 |
Color Harmonies of #659220
Complementary color
Monochromatic Colors of #659220
Black with #659220
Text Example
Text Example
White with #659220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659220; }
p { color: rgb(101,146,32); }
H1.HeaderClassName
{
color: #659220;
}
.AnyTagClassName
{
color: #659220;
}
</style>
background-color css
<style>
a { background-color: #659220; }
a { background-color: rgb(101,146,32); }
div.DivClassName
{
background-color: #659220;
}
.BgClassName
{
background-color: #659220;
}
</style>
border-color css
<style>
span { border-color: #659220; }
span { border-color: rgb(101,146,32); }
td.TdClassName
{
border-color: #659220;
}
.TagClassName
{
border-color: #659220;
}
</style>