Shades of Olive Drab #648718
Tints of Olive Drab #648718
RGB
CMYK
RGB Variations
Color information
#648718 (or 0x648718) is known color: Olive Drab. HEX triplet: 64, 87 and 18. RGB value is (100,135,24). Sum of RGB (Red+Green+Blue) = 100+135+24=259 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.61% from 259); Green value is 135 (53.12% from 255 or 52.12% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 135 - color contains mainly: green. Hex color #648718 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648718 is #9B78E7. Grayscale: #707070. Windows color (decimal): -10189032 or 1607524. OLE color: 1607524.
HSL color Cylindrical-coordinate representation of color #648718: hue angle of 78.92º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #648718 is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 135 | 24 | - |
| CMYK | 0.26 | 0 | 0.82 | 0.47 |
| HSL | 78.92º | 0.7% | 0.31% | - |
| HSV(B) | 78.92º | 0.82% | 0.53% | - |
| XYZ | 14.08 | 20.1 | 4 | - |
| YUV | 111.88 | 78.4 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 135 | 24 | 0.26 | 0 | 0.82 | 0.47 | 78.92 | 0.7 | 0.31 |
| Hex | 64 | 87 | 18 | 1A | 0 | 52 | 2F | 4F | 46 | 1F |
| Octal | 144 | 207 | 30 | 32 | 0 | 122 | 57 | 117 | 106 | 37 |
| Binary | 1100100 | 10000111 | 11000 | 11010 | 0 | 1010010 | 101111 | 1001111 | 1000110 | 11111 |
Color Harmonies of #648718
Complementary color
Monochromatic Colors of #648718
Black with #648718
Text Example
Text Example
White with #648718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648718; }
p { color: rgb(100,135,24); }
H1.HeaderClassName
{
color: #648718;
}
.AnyTagClassName
{
color: #648718;
}
</style>
background-color css
<style>
a { background-color: #648718; }
a { background-color: rgb(100,135,24); }
div.DivClassName
{
background-color: #648718;
}
.BgClassName
{
background-color: #648718;
}
</style>
border-color css
<style>
span { border-color: #648718; }
span { border-color: rgb(100,135,24); }
td.TdClassName
{
border-color: #648718;
}
.TagClassName
{
border-color: #648718;
}
</style>