Shades of Olive Drab #648820
Tints of Olive Drab #648820
RGB
CMYK
RGB Variations
Color information
#648820 (or 0x648820) is known color: Olive Drab. HEX triplet: 64, 88 and 20. RGB value is (100,136,32). Sum of RGB (Red+Green+Blue) = 100+136+32=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 136 (53.52% from 255 or 50.75% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 136 - color contains mainly: green. Hex color #648820 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648820 is #9B77DF. Grayscale: #717171. Windows color (decimal): -10188768 or 2132068. OLE color: 2132068.
HSL color Cylindrical-coordinate representation of color #648820: hue angle of 80.77º degrees, saturation: 0.62, 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 #648820 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 136 | 32 | - |
| CMYK | 0.26 | 0 | 0.76 | 0.47 |
| HSL | 80.77º | 0.62% | 0.33% | - |
| HSV(B) | 80.77º | 0.76% | 0.53% | - |
| XYZ | 14.32 | 20.42 | 4.55 | - |
| YUV | 113.38 | 82.07 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 136 | 32 | 0.26 | 0 | 0.76 | 0.47 | 80.77 | 0.62 | 0.33 |
| Hex | 64 | 88 | 20 | 1A | 0 | 4C | 2F | 51 | 3E | 21 |
| Octal | 144 | 210 | 40 | 32 | 0 | 114 | 57 | 121 | 76 | 41 |
| Binary | 1100100 | 10001000 | 100000 | 11010 | 0 | 1001100 | 101111 | 1010001 | 111110 | 100001 |
Color Harmonies of #648820
Complementary color
Monochromatic Colors of #648820
Black with #648820
Text Example
Text Example
White with #648820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648820; }
p { color: rgb(100,136,32); }
H1.HeaderClassName
{
color: #648820;
}
.AnyTagClassName
{
color: #648820;
}
</style>
background-color css
<style>
a { background-color: #648820; }
a { background-color: rgb(100,136,32); }
div.DivClassName
{
background-color: #648820;
}
.BgClassName
{
background-color: #648820;
}
</style>
border-color css
<style>
span { border-color: #648820; }
span { border-color: rgb(100,136,32); }
td.TdClassName
{
border-color: #648820;
}
.TagClassName
{
border-color: #648820;
}
</style>