Shades of Olive Drab #648212
Tints of Olive Drab #648212
RGB
CMYK
RGB Variations
Color information
#648212 (or 0x648212) is known color: Olive Drab. HEX triplet: 64, 82 and 12. RGB value is (100,130,18). Sum of RGB (Red+Green+Blue) = 100+130+18=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #648212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648212 is #9B7DED. Grayscale: #6C6C6C. Windows color (decimal): -10190318 or 1213028. OLE color: 1213028.
HSL color Cylindrical-coordinate representation of color #648212: hue angle of 76.07º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #648212 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 130 | 18 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.49 |
| HSL | 76.07º | 0.76% | 0.29% | - |
| HSV(B) | 76.07º | 0.86% | 0.51% | - |
| XYZ | 13.35 | 18.72 | 3.48 | - |
| YUV | 108.26 | 77.06 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 130 | 18 | 0.23 | 0 | 0.86 | 0.49 | 76.07 | 0.76 | 0.29 |
| Hex | 64 | 82 | 12 | 17 | 0 | 56 | 31 | 4C | 4C | 1D |
| Octal | 144 | 202 | 22 | 27 | 0 | 126 | 61 | 114 | 114 | 35 |
| Binary | 1100100 | 10000010 | 10010 | 10111 | 0 | 1010110 | 110001 | 1001100 | 1001100 | 11101 |
Color Harmonies of #648212
Complementary color
Monochromatic Colors of #648212
Black with #648212
Text Example
Text Example
White with #648212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648212; }
p { color: rgb(100,130,18); }
H1.HeaderClassName
{
color: #648212;
}
.AnyTagClassName
{
color: #648212;
}
</style>
background-color css
<style>
a { background-color: #648212; }
a { background-color: rgb(100,130,18); }
div.DivClassName
{
background-color: #648212;
}
.BgClassName
{
background-color: #648212;
}
</style>
border-color css
<style>
span { border-color: #648212; }
span { border-color: rgb(100,130,18); }
td.TdClassName
{
border-color: #648212;
}
.TagClassName
{
border-color: #648212;
}
</style>