Shades of Olive Drab #648712
Tints of Olive Drab #648712
RGB
CMYK
RGB Variations
Color information
#648712 (or 0x648712) is known color: Olive Drab. HEX triplet: 64, 87 and 12. RGB value is (100,135,18). Sum of RGB (Red+Green+Blue) = 100+135+18=253 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.53% from 253); Green value is 135 (53.12% from 255 or 53.36% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 135 - color contains mainly: green. Hex color #648712 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648712 is #9B78ED. Grayscale: #6F6F6F. Windows color (decimal): -10189038 or 1214308. OLE color: 1214308.
HSL color Cylindrical-coordinate representation of color #648712: hue angle of 77.95º degrees, saturation: 0.76, 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 #648712 is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 135 | 18 | - |
| CMYK | 0.26 | 0 | 0.87 | 0.47 |
| HSL | 77.95º | 0.76% | 0.3% | - |
| HSV(B) | 77.95º | 0.87% | 0.53% | - |
| XYZ | 14.03 | 20.08 | 3.71 | - |
| YUV | 111.2 | 75.4 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 135 | 18 | 0.26 | 0 | 0.87 | 0.47 | 77.95 | 0.76 | 0.3 |
| Hex | 64 | 87 | 12 | 1A | 0 | 57 | 2F | 4E | 4C | 1E |
| Octal | 144 | 207 | 22 | 32 | 0 | 127 | 57 | 116 | 114 | 36 |
| Binary | 1100100 | 10000111 | 10010 | 11010 | 0 | 1010111 | 101111 | 1001110 | 1001100 | 11110 |
Color Harmonies of #648712
Complementary color
Monochromatic Colors of #648712
Black with #648712
Text Example
Text Example
White with #648712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648712; }
p { color: rgb(100,135,18); }
H1.HeaderClassName
{
color: #648712;
}
.AnyTagClassName
{
color: #648712;
}
</style>
background-color css
<style>
a { background-color: #648712; }
a { background-color: rgb(100,135,18); }
div.DivClassName
{
background-color: #648712;
}
.BgClassName
{
background-color: #648712;
}
</style>
border-color css
<style>
span { border-color: #648712; }
span { border-color: rgb(100,135,18); }
td.TdClassName
{
border-color: #648712;
}
.TagClassName
{
border-color: #648712;
}
</style>