Shades of Olive Drab #648518
Tints of Olive Drab #648518
RGB
CMYK
RGB Variations
Color information
#648518 (or 0x648518) is known color: Olive Drab. HEX triplet: 64, 85 and 18. RGB value is (100,133,24). Sum of RGB (Red+Green+Blue) = 100+133+24=257 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.91% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #648518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648518 is #9B7AE7. Grayscale: #6F6F6F. Windows color (decimal): -10189544 or 1607012. OLE color: 1607012.
HSL color Cylindrical-coordinate representation of color #648518: hue angle of 78.17º 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 #648518 is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 133 | 24 | - |
| CMYK | 0.25 | 0 | 0.82 | 0.48 |
| HSL | 78.17º | 0.69% | 0.31% | - |
| HSV(B) | 78.17º | 0.82% | 0.52% | - |
| XYZ | 13.81 | 19.55 | 3.91 | - |
| YUV | 110.71 | 79.07 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 133 | 24 | 0.25 | 0 | 0.82 | 0.48 | 78.17 | 0.69 | 0.31 |
| Hex | 64 | 85 | 18 | 19 | 0 | 52 | 30 | 4E | 45 | 1F |
| Octal | 144 | 205 | 30 | 31 | 0 | 122 | 60 | 116 | 105 | 37 |
| Binary | 1100100 | 10000101 | 11000 | 11001 | 0 | 1010010 | 110000 | 1001110 | 1000101 | 11111 |
Color Harmonies of #648518
Complementary color
Monochromatic Colors of #648518
Black with #648518
Text Example
Text Example
White with #648518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648518; }
p { color: rgb(100,133,24); }
H1.HeaderClassName
{
color: #648518;
}
.AnyTagClassName
{
color: #648518;
}
</style>
background-color css
<style>
a { background-color: #648518; }
a { background-color: rgb(100,133,24); }
div.DivClassName
{
background-color: #648518;
}
.BgClassName
{
background-color: #648518;
}
</style>
border-color css
<style>
span { border-color: #648518; }
span { border-color: rgb(100,133,24); }
td.TdClassName
{
border-color: #648518;
}
.TagClassName
{
border-color: #648518;
}
</style>