Shades of Olive Drab #648620
Tints of Olive Drab #648620
RGB
CMYK
RGB Variations
Color information
#648620 (or 0x648620) is known color: Olive Drab. HEX triplet: 64, 86 and 20. RGB value is (100,134,32). Sum of RGB (Red+Green+Blue) = 100+134+32=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 134 (52.73% from 255 or 50.38% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 134 - color contains mainly: green. Hex color #648620 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648620 is #9B79DF. Grayscale: #707070. Windows color (decimal): -10189280 or 2131556. OLE color: 2131556.
HSL color Cylindrical-coordinate representation of color #648620: hue angle of 80º 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 #648620 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 134 | 32 | - |
| CMYK | 0.25 | 0 | 0.76 | 0.47 |
| HSL | 80º | 0.61% | 0.33% | - |
| HSV(B) | 80º | 0.76% | 0.53% | - |
| XYZ | 14.04 | 19.86 | 4.46 | - |
| YUV | 112.21 | 82.74 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 134 | 32 | 0.25 | 0 | 0.76 | 0.47 | 80 | 0.61 | 0.33 |
| Hex | 64 | 86 | 20 | 19 | 0 | 4C | 2F | 50 | 3D | 21 |
| Octal | 144 | 206 | 40 | 31 | 0 | 114 | 57 | 120 | 75 | 41 |
| Binary | 1100100 | 10000110 | 100000 | 11001 | 0 | 1001100 | 101111 | 1010000 | 111101 | 100001 |
Color Harmonies of #648620
Complementary color
Monochromatic Colors of #648620
Black with #648620
Text Example
Text Example
White with #648620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648620; }
p { color: rgb(100,134,32); }
H1.HeaderClassName
{
color: #648620;
}
.AnyTagClassName
{
color: #648620;
}
</style>
background-color css
<style>
a { background-color: #648620; }
a { background-color: rgb(100,134,32); }
div.DivClassName
{
background-color: #648620;
}
.BgClassName
{
background-color: #648620;
}
</style>
border-color css
<style>
span { border-color: #648620; }
span { border-color: rgb(100,134,32); }
td.TdClassName
{
border-color: #648620;
}
.TagClassName
{
border-color: #648620;
}
</style>