Shades of Olive Drab #648912
Tints of Olive Drab #648912
RGB
CMYK
RGB Variations
Color information
#648912 (or 0x648912) is known color: Olive Drab. HEX triplet: 64, 89 and 12. RGB value is (100,137,18). Sum of RGB (Red+Green+Blue) = 100+137+18=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 137 (53.91% from 255 or 53.73% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 137 - color contains mainly: green. Hex color #648912 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648912 is #9B76ED. Grayscale: #707070. Windows color (decimal): -10188526 or 1214820. OLE color: 1214820.
HSL color Cylindrical-coordinate representation of color #648912: hue angle of 78.66º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #648912 is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 137 | 18 | - |
| CMYK | 0.27 | 0 | 0.87 | 0.46 |
| HSL | 78.66º | 0.77% | 0.3% | - |
| HSV(B) | 78.66º | 0.87% | 0.54% | - |
| XYZ | 14.31 | 20.64 | 3.8 | - |
| YUV | 112.37 | 74.74 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 137 | 18 | 0.27 | 0 | 0.87 | 0.46 | 78.66 | 0.77 | 0.3 |
| Hex | 64 | 89 | 12 | 1B | 0 | 57 | 2E | 4F | 4D | 1E |
| Octal | 144 | 211 | 22 | 33 | 0 | 127 | 56 | 117 | 115 | 36 |
| Binary | 1100100 | 10001001 | 10010 | 11011 | 0 | 1010111 | 101110 | 1001111 | 1001101 | 11110 |
Color Harmonies of #648912
Complementary color
Monochromatic Colors of #648912
Black with #648912
Text Example
Text Example
White with #648912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648912; }
p { color: rgb(100,137,18); }
H1.HeaderClassName
{
color: #648912;
}
.AnyTagClassName
{
color: #648912;
}
</style>
background-color css
<style>
a { background-color: #648912; }
a { background-color: rgb(100,137,18); }
div.DivClassName
{
background-color: #648912;
}
.BgClassName
{
background-color: #648912;
}
</style>
border-color css
<style>
span { border-color: #648912; }
span { border-color: rgb(100,137,18); }
td.TdClassName
{
border-color: #648912;
}
.TagClassName
{
border-color: #648912;
}
</style>