Shades of Olive Drab #648416
Tints of Olive Drab #648416
RGB
CMYK
RGB Variations
Color information
#648416 (or 0x648416) is known color: Olive Drab. HEX triplet: 64, 84 and 16. RGB value is (100,132,22). Sum of RGB (Red+Green+Blue) = 100+132+22=254 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.37% from 254); Green value is 132 (51.95% from 255 or 51.97% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 132 - color contains mainly: green. Hex color #648416 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648416 is #9B7BE9. Grayscale: #6E6E6E. Windows color (decimal): -10189802 or 1475684. OLE color: 1475684.
HSL color Cylindrical-coordinate representation of color #648416: hue angle of 77.45º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #648416 is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 132 | 22 | - |
| CMYK | 0.24 | 0 | 0.83 | 0.48 |
| HSL | 77.45º | 0.71% | 0.3% | - |
| HSV(B) | 77.45º | 0.83% | 0.52% | - |
| XYZ | 13.65 | 19.27 | 3.76 | - |
| YUV | 109.89 | 78.4 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 22 | 0.24 | 0 | 0.83 | 0.48 | 77.45 | 0.71 | 0.3 |
| Hex | 64 | 84 | 16 | 18 | 0 | 53 | 30 | 4D | 47 | 1E |
| Octal | 144 | 204 | 26 | 30 | 0 | 123 | 60 | 115 | 107 | 36 |
| Binary | 1100100 | 10000100 | 10110 | 11000 | 0 | 1010011 | 110000 | 1001101 | 1000111 | 11110 |
Color Harmonies of #648416
Complementary color
Monochromatic Colors of #648416
Black with #648416
Text Example
Text Example
White with #648416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648416; }
p { color: rgb(100,132,22); }
H1.HeaderClassName
{
color: #648416;
}
.AnyTagClassName
{
color: #648416;
}
</style>
background-color css
<style>
a { background-color: #648416; }
a { background-color: rgb(100,132,22); }
div.DivClassName
{
background-color: #648416;
}
.BgClassName
{
background-color: #648416;
}
</style>
border-color css
<style>
span { border-color: #648416; }
span { border-color: rgb(100,132,22); }
td.TdClassName
{
border-color: #648416;
}
.TagClassName
{
border-color: #648416;
}
</style>