Shades of Olive Drab #648512
Tints of Olive Drab #648512
RGB
CMYK
RGB Variations
Color information
#648512 (or 0x648512) is known color: Olive Drab. HEX triplet: 64, 85 and 12. RGB value is (100,133,18). Sum of RGB (Red+Green+Blue) = 100+133+18=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 133 (52.34% from 255 or 52.99% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 133 - color contains mainly: green. Hex color #648512 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648512 is #9B7AED. Grayscale: #6E6E6E. Windows color (decimal): -10189550 or 1213796. OLE color: 1213796.
HSL color Cylindrical-coordinate representation of color #648512: hue angle of 77.22º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #648512 is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 133 | 18 | - |
| CMYK | 0.25 | 0 | 0.86 | 0.48 |
| HSL | 77.22º | 0.76% | 0.3% | - |
| HSV(B) | 77.22º | 0.86% | 0.52% | - |
| XYZ | 13.75 | 19.53 | 3.62 | - |
| YUV | 110.02 | 76.07 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 133 | 18 | 0.25 | 0 | 0.86 | 0.48 | 77.22 | 0.76 | 0.3 |
| Hex | 64 | 85 | 12 | 19 | 0 | 56 | 30 | 4D | 4C | 1E |
| Octal | 144 | 205 | 22 | 31 | 0 | 126 | 60 | 115 | 114 | 36 |
| Binary | 1100100 | 10000101 | 10010 | 11001 | 0 | 1010110 | 110000 | 1001101 | 1001100 | 11110 |
Color Harmonies of #648512
Complementary color
Monochromatic Colors of #648512
Black with #648512
Text Example
Text Example
White with #648512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648512; }
p { color: rgb(100,133,18); }
H1.HeaderClassName
{
color: #648512;
}
.AnyTagClassName
{
color: #648512;
}
</style>
background-color css
<style>
a { background-color: #648512; }
a { background-color: rgb(100,133,18); }
div.DivClassName
{
background-color: #648512;
}
.BgClassName
{
background-color: #648512;
}
</style>
border-color css
<style>
span { border-color: #648512; }
span { border-color: rgb(100,133,18); }
td.TdClassName
{
border-color: #648512;
}
.TagClassName
{
border-color: #648512;
}
</style>