Shades of Olive Drab #648609
Tints of Olive Drab #648609
RGB
CMYK
RGB Variations
Color information
#648609 (or 0x648609) is known color: Olive Drab. HEX triplet: 64, 86 and 09. RGB value is (100,134,9). Sum of RGB (Red+Green+Blue) = 100+134+9=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 134 (52.73% from 255 or 55.14% from 243); Blue value is 9 (3.91% from 255 or 3.70% from 243); Max value from RGB is 134 - color contains mainly: green. Hex color #648609 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648609 is #9B79F6. Grayscale: #6E6E6E. Windows color (decimal): -10189303 or 624228. OLE color: 624228.
HSL color Cylindrical-coordinate representation of color #648609: hue angle of 76.32º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #648609 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 134 | 9 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.47 |
| HSL | 76.32º | 0.87% | 0.28% | - |
| HSV(B) | 76.32º | 0.93% | 0.53% | - |
| XYZ | 13.83 | 19.78 | 3.35 | - |
| YUV | 109.58 | 71.24 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 134 | 9 | 0.25 | 0 | 0.93 | 0.47 | 76.32 | 0.87 | 0.28 |
| Hex | 64 | 86 | 9 | 19 | 0 | 5D | 2F | 4C | 57 | 1C |
| Octal | 144 | 206 | 11 | 31 | 0 | 135 | 57 | 114 | 127 | 34 |
| Binary | 1100100 | 10000110 | 1001 | 11001 | 0 | 1011101 | 101111 | 1001100 | 1010111 | 11100 |
Color Harmonies of #648609
Complementary color
Monochromatic Colors of #648609
Black with #648609
Text Example
Text Example
White with #648609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648609; }
p { color: rgb(100,134,9); }
H1.HeaderClassName
{
color: #648609;
}
.AnyTagClassName
{
color: #648609;
}
</style>
background-color css
<style>
a { background-color: #648609; }
a { background-color: rgb(100,134,9); }
div.DivClassName
{
background-color: #648609;
}
.BgClassName
{
background-color: #648609;
}
</style>
border-color css
<style>
span { border-color: #648609; }
span { border-color: rgb(100,134,9); }
td.TdClassName
{
border-color: #648609;
}
.TagClassName
{
border-color: #648609;
}
</style>