Shades of Olive Drab #648711
Tints of Olive Drab #648711
RGB
CMYK
RGB Variations
Color information
#648711 (or 0x648711) is known color: Olive Drab. HEX triplet: 64, 87 and 11. RGB value is (100,135,17). Sum of RGB (Red+Green+Blue) = 100+135+17=252 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.68% from 252); Green value is 135 (53.12% from 255 or 53.57% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 135 - color contains mainly: green. Hex color #648711 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648711 is #9B78EE. Grayscale: #6F6F6F. Windows color (decimal): -10189039 or 1148772. OLE color: 1148772.
HSL color Cylindrical-coordinate representation of color #648711: hue angle of 77.8º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #648711 is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 135 | 17 | - |
| CMYK | 0.26 | 0 | 0.87 | 0.47 |
| HSL | 77.8º | 0.78% | 0.3% | - |
| HSV(B) | 77.8º | 0.87% | 0.53% | - |
| XYZ | 14.02 | 20.08 | 3.67 | - |
| YUV | 111.08 | 74.9 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 135 | 17 | 0.26 | 0 | 0.87 | 0.47 | 77.8 | 0.78 | 0.3 |
| Hex | 64 | 87 | 11 | 1A | 0 | 57 | 2F | 4E | 4E | 1E |
| Octal | 144 | 207 | 21 | 32 | 0 | 127 | 57 | 116 | 116 | 36 |
| Binary | 1100100 | 10000111 | 10001 | 11010 | 0 | 1010111 | 101111 | 1001110 | 1001110 | 11110 |
Color Harmonies of #648711
Complementary color
Monochromatic Colors of #648711
Black with #648711
Text Example
Text Example
White with #648711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648711; }
p { color: rgb(100,135,17); }
H1.HeaderClassName
{
color: #648711;
}
.AnyTagClassName
{
color: #648711;
}
</style>
background-color css
<style>
a { background-color: #648711; }
a { background-color: rgb(100,135,17); }
div.DivClassName
{
background-color: #648711;
}
.BgClassName
{
background-color: #648711;
}
</style>
border-color css
<style>
span { border-color: #648711; }
span { border-color: rgb(100,135,17); }
td.TdClassName
{
border-color: #648711;
}
.TagClassName
{
border-color: #648711;
}
</style>