Shades of Olive Drab #648414
Tints of Olive Drab #648414
RGB
CMYK
RGB Variations
Color information
#648414 (or 0x648414) is known color: Olive Drab. HEX triplet: 64, 84 and 14. RGB value is (100,132,20). Sum of RGB (Red+Green+Blue) = 100+132+20=252 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.68% from 252); Green value is 132 (51.95% from 255 or 52.38% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 132 - color contains mainly: green. Hex color #648414 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648414 is #9B7BEB. Grayscale: #6E6E6E. Windows color (decimal): -10189804 or 1344612. OLE color: 1344612.
HSL color Cylindrical-coordinate representation of color #648414: hue angle of 77.14º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #648414 is Cyan = 0.24, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 132 | 20 | - |
| CMYK | 0.24 | 0 | 0.85 | 0.48 |
| HSL | 77.14º | 0.74% | 0.3% | - |
| HSV(B) | 77.14º | 0.85% | 0.52% | - |
| XYZ | 13.63 | 19.26 | 3.66 | - |
| YUV | 109.66 | 77.4 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 20 | 0.24 | 0 | 0.85 | 0.48 | 77.14 | 0.74 | 0.3 |
| Hex | 64 | 84 | 14 | 18 | 0 | 55 | 30 | 4D | 4A | 1E |
| Octal | 144 | 204 | 24 | 30 | 0 | 125 | 60 | 115 | 112 | 36 |
| Binary | 1100100 | 10000100 | 10100 | 11000 | 0 | 1010101 | 110000 | 1001101 | 1001010 | 11110 |
Color Harmonies of #648414
Complementary color
Monochromatic Colors of #648414
Black with #648414
Text Example
Text Example
White with #648414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648414; }
p { color: rgb(100,132,20); }
H1.HeaderClassName
{
color: #648414;
}
.AnyTagClassName
{
color: #648414;
}
</style>
background-color css
<style>
a { background-color: #648414; }
a { background-color: rgb(100,132,20); }
div.DivClassName
{
background-color: #648414;
}
.BgClassName
{
background-color: #648414;
}
</style>
border-color css
<style>
span { border-color: #648414; }
span { border-color: rgb(100,132,20); }
td.TdClassName
{
border-color: #648414;
}
.TagClassName
{
border-color: #648414;
}
</style>