Shades of Olive Drab #648418
Tints of Olive Drab #648418
RGB
CMYK
RGB Variations
Color information
#648418 (or 0x648418) is known color: Olive Drab. HEX triplet: 64, 84 and 18. RGB value is (100,132,24). Sum of RGB (Red+Green+Blue) = 100+132+24=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #648418 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648418 is #9B7BE7. Grayscale: #6E6E6E. Windows color (decimal): -10189800 or 1606756. OLE color: 1606756.
HSL color Cylindrical-coordinate representation of color #648418: hue angle of 77.78º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #648418 is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 132 | 24 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.48 |
| HSL | 77.78º | 0.69% | 0.31% | - |
| HSV(B) | 77.78º | 0.82% | 0.52% | - |
| XYZ | 13.67 | 19.28 | 3.86 | - |
| YUV | 110.12 | 79.4 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 24 | 0.24 | 0 | 0.82 | 0.48 | 77.78 | 0.69 | 0.31 |
| Hex | 64 | 84 | 18 | 18 | 0 | 52 | 30 | 4E | 45 | 1F |
| Octal | 144 | 204 | 30 | 30 | 0 | 122 | 60 | 116 | 105 | 37 |
| Binary | 1100100 | 10000100 | 11000 | 11000 | 0 | 1010010 | 110000 | 1001110 | 1000101 | 11111 |
Color Harmonies of #648418
Complementary color
Monochromatic Colors of #648418
Black with #648418
Text Example
Text Example
White with #648418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648418; }
p { color: rgb(100,132,24); }
H1.HeaderClassName
{
color: #648418;
}
.AnyTagClassName
{
color: #648418;
}
</style>
background-color css
<style>
a { background-color: #648418; }
a { background-color: rgb(100,132,24); }
div.DivClassName
{
background-color: #648418;
}
.BgClassName
{
background-color: #648418;
}
</style>
border-color css
<style>
span { border-color: #648418; }
span { border-color: rgb(100,132,24); }
td.TdClassName
{
border-color: #648418;
}
.TagClassName
{
border-color: #648418;
}
</style>