Shades of Olive Drab #648914
Tints of Olive Drab #648914
RGB
CMYK
RGB Variations
Color information
#648914 (or 0x648914) is known color: Olive Drab. HEX triplet: 64, 89 and 14. RGB value is (100,137,20). Sum of RGB (Red+Green+Blue) = 100+137+20=257 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.91% from 257); Green value is 137 (53.91% from 255 or 53.31% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 137 - color contains mainly: green. Hex color #648914 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648914 is #9B76EB. Grayscale: #717171. Windows color (decimal): -10188524 or 1345892. OLE color: 1345892.
HSL color Cylindrical-coordinate representation of color #648914: hue angle of 78.97º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #648914 is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 137 | 20 | - |
| CMYK | 0.27 | 0 | 0.85 | 0.46 |
| HSL | 78.97º | 0.75% | 0.31% | - |
| HSV(B) | 78.97º | 0.85% | 0.54% | - |
| XYZ | 14.33 | 20.65 | 3.89 | - |
| YUV | 112.6 | 75.74 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 137 | 20 | 0.27 | 0 | 0.85 | 0.46 | 78.97 | 0.75 | 0.31 |
| Hex | 64 | 89 | 14 | 1B | 0 | 55 | 2E | 4F | 4B | 1F |
| Octal | 144 | 211 | 24 | 33 | 0 | 125 | 56 | 117 | 113 | 37 |
| Binary | 1100100 | 10001001 | 10100 | 11011 | 0 | 1010101 | 101110 | 1001111 | 1001011 | 11111 |
Color Harmonies of #648914
Complementary color
Monochromatic Colors of #648914
Black with #648914
Text Example
Text Example
White with #648914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648914; }
p { color: rgb(100,137,20); }
H1.HeaderClassName
{
color: #648914;
}
.AnyTagClassName
{
color: #648914;
}
</style>
background-color css
<style>
a { background-color: #648914; }
a { background-color: rgb(100,137,20); }
div.DivClassName
{
background-color: #648914;
}
.BgClassName
{
background-color: #648914;
}
</style>
border-color css
<style>
span { border-color: #648914; }
span { border-color: rgb(100,137,20); }
td.TdClassName
{
border-color: #648914;
}
.TagClassName
{
border-color: #648914;
}
</style>