Shades of Olive Drab #648019
Tints of Olive Drab #648019
RGB
CMYK
RGB Variations
Color information
#648019 (or 0x648019) is known color: Olive Drab. HEX triplet: 64, 80 and 19. RGB value is (100,128,25). Sum of RGB (Red+Green+Blue) = 100+128+25=253 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.53% from 253); Green value is 128 (50.39% from 255 or 50.59% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 128 - color contains mainly: green. Hex color #648019 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648019 is #9B7FE6. Grayscale: #6C6C6C. Windows color (decimal): -10190823 or 1671268. OLE color: 1671268.
HSL color Cylindrical-coordinate representation of color #648019: hue angle of 76.31º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #648019 is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 128 | 25 | - |
| CMYK | 0.22 | 0 | 0.80 | 0.50 |
| HSL | 76.31º | 0.67% | 0.3% | - |
| HSV(B) | 76.31º | 0.8% | 0.5% | - |
| XYZ | 13.15 | 18.22 | 3.74 | - |
| YUV | 107.89 | 81.22 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 128 | 25 | 0.22 | 0 | 0.80 | 0.50 | 76.31 | 0.67 | 0.3 |
| Hex | 64 | 80 | 19 | 16 | 0 | 50 | 32 | 4C | 43 | 1E |
| Octal | 144 | 200 | 31 | 26 | 0 | 120 | 62 | 114 | 103 | 36 |
| Binary | 1100100 | 10000000 | 11001 | 10110 | 0 | 1010000 | 110010 | 1001100 | 1000011 | 11110 |
Color Harmonies of #648019
Complementary color
Monochromatic Colors of #648019
Black with #648019
Text Example
Text Example
White with #648019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648019; }
p { color: rgb(100,128,25); }
H1.HeaderClassName
{
color: #648019;
}
.AnyTagClassName
{
color: #648019;
}
</style>
background-color css
<style>
a { background-color: #648019; }
a { background-color: rgb(100,128,25); }
div.DivClassName
{
background-color: #648019;
}
.BgClassName
{
background-color: #648019;
}
</style>
border-color css
<style>
span { border-color: #648019; }
span { border-color: rgb(100,128,25); }
td.TdClassName
{
border-color: #648019;
}
.TagClassName
{
border-color: #648019;
}
</style>