Shades of Olive Drab #649605
Tints of Olive Drab #649605
RGB
CMYK
RGB Variations
Color information
#649605 (or 0x649605) is known color: Olive Drab. HEX triplet: 64, 96 and 05. RGB value is (100,150,5). Sum of RGB (Red+Green+Blue) = 100+150+5=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 150 (58.98% from 255 or 58.82% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 150 - color contains mainly: green. Hex color #649605 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649605 is #9B69FA. Grayscale: #777777. Windows color (decimal): -10185211 or 366180. OLE color: 366180.
HSL color Cylindrical-coordinate representation of color #649605: hue angle of 80.69º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #649605 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 150 | 5 | - |
| CMYK | 0.33 | 0 | 0.97 | 0.41 |
| HSL | 80.69º | 0.94% | 0.3% | - |
| HSV(B) | 80.69º | 0.97% | 0.59% | - |
| XYZ | 16.19 | 24.53 | 4.03 | - |
| YUV | 118.52 | 63.94 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 150 | 5 | 0.33 | 0 | 0.97 | 0.41 | 80.69 | 0.94 | 0.3 |
| Hex | 64 | 96 | 5 | 21 | 0 | 61 | 29 | 51 | 5E | 1E |
| Octal | 144 | 226 | 5 | 41 | 0 | 141 | 51 | 121 | 136 | 36 |
| Binary | 1100100 | 10010110 | 101 | 100001 | 0 | 1100001 | 101001 | 1010001 | 1011110 | 11110 |
Color Harmonies of #649605
Complementary color
Monochromatic Colors of #649605
Black with #649605
Text Example
Text Example
White with #649605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649605; }
p { color: rgb(100,150,5); }
H1.HeaderClassName
{
color: #649605;
}
.AnyTagClassName
{
color: #649605;
}
</style>
background-color css
<style>
a { background-color: #649605; }
a { background-color: rgb(100,150,5); }
div.DivClassName
{
background-color: #649605;
}
.BgClassName
{
background-color: #649605;
}
</style>
border-color css
<style>
span { border-color: #649605; }
span { border-color: rgb(100,150,5); }
td.TdClassName
{
border-color: #649605;
}
.TagClassName
{
border-color: #649605;
}
</style>