Shades of Olive Drab #648919
Tints of Olive Drab #648919
RGB
CMYK
RGB Variations
Color information
#648919 (or 0x648919) is known color: Olive Drab. HEX triplet: 64, 89 and 19. RGB value is (100,137,25). Sum of RGB (Red+Green+Blue) = 100+137+25=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 137 (53.91% from 255 or 52.29% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 137 - color contains mainly: green. Hex color #648919 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648919 is #9B76E6. Grayscale: #717171. Windows color (decimal): -10188519 or 1673572. OLE color: 1673572.
HSL color Cylindrical-coordinate representation of color #648919: hue angle of 79.82º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #648919 is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 137 | 25 | - |
| CMYK | 0.27 | 0 | 0.82 | 0.46 |
| HSL | 79.82º | 0.69% | 0.32% | - |
| HSV(B) | 79.82º | 0.82% | 0.54% | - |
| XYZ | 14.38 | 20.67 | 4.15 | - |
| YUV | 113.17 | 78.24 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 137 | 25 | 0.27 | 0 | 0.82 | 0.46 | 79.82 | 0.69 | 0.32 |
| Hex | 64 | 89 | 19 | 1B | 0 | 52 | 2E | 50 | 45 | 20 |
| Octal | 144 | 211 | 31 | 33 | 0 | 122 | 56 | 120 | 105 | 40 |
| Binary | 1100100 | 10001001 | 11001 | 11011 | 0 | 1010010 | 101110 | 1010000 | 1000101 | 100000 |
Color Harmonies of #648919
Complementary color
Monochromatic Colors of #648919
Black with #648919
Text Example
Text Example
White with #648919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648919; }
p { color: rgb(100,137,25); }
H1.HeaderClassName
{
color: #648919;
}
.AnyTagClassName
{
color: #648919;
}
</style>
background-color css
<style>
a { background-color: #648919; }
a { background-color: rgb(100,137,25); }
div.DivClassName
{
background-color: #648919;
}
.BgClassName
{
background-color: #648919;
}
</style>
border-color css
<style>
span { border-color: #648919; }
span { border-color: rgb(100,137,25); }
td.TdClassName
{
border-color: #648919;
}
.TagClassName
{
border-color: #648919;
}
</style>