Shades of Olive Drab #648409
Tints of Olive Drab #648409
RGB
CMYK
RGB Variations
Color information
#648409 (or 0x648409) is known color: Olive Drab. HEX triplet: 64, 84 and 09. RGB value is (100,132,9). Sum of RGB (Red+Green+Blue) = 100+132+9=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 132 (51.95% from 255 or 54.77% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 132 - color contains mainly: green. Hex color #648409 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648409 is #9B7BF6. Grayscale: #6C6C6C. Windows color (decimal): -10189815 or 623716. OLE color: 623716.
HSL color Cylindrical-coordinate representation of color #648409: hue angle of 75.61º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #648409 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 132 | 9 | - |
| CMYK | 0.24 | 0 | 0.93 | 0.48 |
| HSL | 75.61º | 0.87% | 0.28% | - |
| HSV(B) | 75.61º | 0.93% | 0.52% | - |
| XYZ | 13.56 | 19.23 | 3.26 | - |
| YUV | 108.41 | 71.9 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 9 | 0.24 | 0 | 0.93 | 0.48 | 75.61 | 0.87 | 0.28 |
| Hex | 64 | 84 | 9 | 18 | 0 | 5D | 30 | 4C | 57 | 1C |
| Octal | 144 | 204 | 11 | 30 | 0 | 135 | 60 | 114 | 127 | 34 |
| Binary | 1100100 | 10000100 | 1001 | 11000 | 0 | 1011101 | 110000 | 1001100 | 1010111 | 11100 |
Color Harmonies of #648409
Complementary color
Monochromatic Colors of #648409
Black with #648409
Text Example
Text Example
White with #648409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648409; }
p { color: rgb(100,132,9); }
H1.HeaderClassName
{
color: #648409;
}
.AnyTagClassName
{
color: #648409;
}
</style>
background-color css
<style>
a { background-color: #648409; }
a { background-color: rgb(100,132,9); }
div.DivClassName
{
background-color: #648409;
}
.BgClassName
{
background-color: #648409;
}
</style>
border-color css
<style>
span { border-color: #648409; }
span { border-color: rgb(100,132,9); }
td.TdClassName
{
border-color: #648409;
}
.TagClassName
{
border-color: #648409;
}
</style>