Shades of Olive Drab #649006
Tints of Olive Drab #649006
RGB
CMYK
RGB Variations
Color information
#649006 (or 0x649006) is known color: Olive Drab. HEX triplet: 64, 90 and 06. RGB value is (100,144,6). Sum of RGB (Red+Green+Blue) = 100+144+6=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 144 (56.64% from 255 or 57.6% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 144 - color contains mainly: green. Hex color #649006 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649006 is #9B6FF9. Grayscale: #737373. Windows color (decimal): -10186746 or 430180. OLE color: 430180.
HSL color Cylindrical-coordinate representation of color #649006: hue angle of 79.13º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #649006 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 144 | 6 | - |
| CMYK | 0.31 | 0 | 0.96 | 0.44 |
| HSL | 79.13º | 0.92% | 0.29% | - |
| HSV(B) | 79.13º | 0.96% | 0.56% | - |
| XYZ | 15.26 | 22.67 | 3.74 | - |
| YUV | 115.11 | 66.42 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 144 | 6 | 0.31 | 0 | 0.96 | 0.44 | 79.13 | 0.92 | 0.29 |
| Hex | 64 | 90 | 6 | 1F | 0 | 60 | 2C | 4F | 5C | 1D |
| Octal | 144 | 220 | 6 | 37 | 0 | 140 | 54 | 117 | 134 | 35 |
| Binary | 1100100 | 10010000 | 110 | 11111 | 0 | 1100000 | 101100 | 1001111 | 1011100 | 11101 |
Color Harmonies of #649006
Complementary color
Monochromatic Colors of #649006
Black with #649006
Text Example
Text Example
White with #649006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649006; }
p { color: rgb(100,144,6); }
H1.HeaderClassName
{
color: #649006;
}
.AnyTagClassName
{
color: #649006;
}
</style>
background-color css
<style>
a { background-color: #649006; }
a { background-color: rgb(100,144,6); }
div.DivClassName
{
background-color: #649006;
}
.BgClassName
{
background-color: #649006;
}
</style>
border-color css
<style>
span { border-color: #649006; }
span { border-color: rgb(100,144,6); }
td.TdClassName
{
border-color: #649006;
}
.TagClassName
{
border-color: #649006;
}
</style>