Shades of Olive Drab #648014
Tints of Olive Drab #648014
RGB
CMYK
RGB Variations
Color information
#648014 (or 0x648014) is known color: Olive Drab. HEX triplet: 64, 80 and 14. RGB value is (100,128,20). Sum of RGB (Red+Green+Blue) = 100+128+20=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 128 (50.39% from 255 or 51.61% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 128 - color contains mainly: green. Hex color #648014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648014 is #9B7FEB. Grayscale: #6B6B6B. Windows color (decimal): -10190828 or 1343588. OLE color: 1343588.
HSL color Cylindrical-coordinate representation of color #648014: hue angle of 75.56º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #648014 is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 128 | 20 | - |
| CMYK | 0.22 | 0 | 0.84 | 0.50 |
| HSL | 75.56º | 0.73% | 0.29% | - |
| HSV(B) | 75.56º | 0.84% | 0.5% | - |
| XYZ | 13.1 | 18.2 | 3.48 | - |
| YUV | 107.32 | 78.72 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 128 | 20 | 0.22 | 0 | 0.84 | 0.50 | 75.56 | 0.73 | 0.29 |
| Hex | 64 | 80 | 14 | 16 | 0 | 54 | 32 | 4C | 49 | 1D |
| Octal | 144 | 200 | 24 | 26 | 0 | 124 | 62 | 114 | 111 | 35 |
| Binary | 1100100 | 10000000 | 10100 | 10110 | 0 | 1010100 | 110010 | 1001100 | 1001001 | 11101 |
Color Harmonies of #648014
Complementary color
Monochromatic Colors of #648014
Black with #648014
Text Example
Text Example
White with #648014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648014; }
p { color: rgb(100,128,20); }
H1.HeaderClassName
{
color: #648014;
}
.AnyTagClassName
{
color: #648014;
}
</style>
background-color css
<style>
a { background-color: #648014; }
a { background-color: rgb(100,128,20); }
div.DivClassName
{
background-color: #648014;
}
.BgClassName
{
background-color: #648014;
}
</style>
border-color css
<style>
span { border-color: #648014; }
span { border-color: rgb(100,128,20); }
td.TdClassName
{
border-color: #648014;
}
.TagClassName
{
border-color: #648014;
}
</style>