Shades of Olive Drab #648C14
Tints of Olive Drab #648C14
RGB
CMYK
RGB Variations
Color information
#648C14 (or 0x648C14) is known color: Olive Drab. HEX triplet: 64, 8C and 14. RGB value is (100,140,20). Sum of RGB (Red+Green+Blue) = 100+140+20=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 140 (55.08% from 255 or 53.85% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 140 - color contains mainly: green. Hex color #648C14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648C14 is #9B73EB. Grayscale: #727272. Windows color (decimal): -10187756 or 1346660. OLE color: 1346660.
HSL color Cylindrical-coordinate representation of color #648C14: hue angle of 80º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #648C14 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 140 | 20 | - |
| CMYK | 0.29 | 0 | 0.86 | 0.45 |
| HSL | 80º | 0.75% | 0.31% | - |
| HSV(B) | 80º | 0.86% | 0.55% | - |
| XYZ | 14.76 | 21.52 | 4.04 | - |
| YUV | 114.36 | 74.75 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 140 | 20 | 0.29 | 0 | 0.86 | 0.45 | 80 | 0.75 | 0.31 |
| Hex | 64 | 8C | 14 | 1D | 0 | 56 | 2D | 50 | 4B | 1F |
| Octal | 144 | 214 | 24 | 35 | 0 | 126 | 55 | 120 | 113 | 37 |
| Binary | 1100100 | 10001100 | 10100 | 11101 | 0 | 1010110 | 101101 | 1010000 | 1001011 | 11111 |
Color Harmonies of #648C14
Complementary color
Monochromatic Colors of #648C14
Black with #648C14
Text Example
Text Example
White with #648C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648C14; }
p { color: rgb(100,140,20); }
H1.HeaderClassName
{
color: #648C14;
}
.AnyTagClassName
{
color: #648C14;
}
</style>
background-color css
<style>
a { background-color: #648C14; }
a { background-color: rgb(100,140,20); }
div.DivClassName
{
background-color: #648C14;
}
.BgClassName
{
background-color: #648C14;
}
</style>
border-color css
<style>
span { border-color: #648C14; }
span { border-color: rgb(100,140,20); }
td.TdClassName
{
border-color: #648C14;
}
.TagClassName
{
border-color: #648C14;
}
</style>