Shades of Olive Drab #648E04
Tints of Olive Drab #648E04
RGB
CMYK
RGB Variations
Color information
#648E04 (or 0x648E04) is known color: Olive Drab. HEX triplet: 64, 8E and 04. RGB value is (100,142,4). Sum of RGB (Red+Green+Blue) = 100+142+4=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 142 (55.86% from 255 or 57.72% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 142 - color contains mainly: green. Hex color #648E04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648E04 is #9B71FB. Grayscale: #727272. Windows color (decimal): -10187260 or 298596. OLE color: 298596.
HSL color Cylindrical-coordinate representation of color #648E04: hue angle of 78.26º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #648E04 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 142 | 4 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.44 |
| HSL | 78.26º | 0.95% | 0.29% | - |
| HSV(B) | 78.26º | 0.97% | 0.56% | - |
| XYZ | 14.95 | 22.06 | 3.59 | - |
| YUV | 113.71 | 66.09 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 142 | 4 | 0.30 | 0 | 0.97 | 0.44 | 78.26 | 0.95 | 0.29 |
| Hex | 64 | 8E | 4 | 1E | 0 | 61 | 2C | 4E | 5F | 1D |
| Octal | 144 | 216 | 4 | 36 | 0 | 141 | 54 | 116 | 137 | 35 |
| Binary | 1100100 | 10001110 | 100 | 11110 | 0 | 1100001 | 101100 | 1001110 | 1011111 | 11101 |
Color Harmonies of #648E04
Complementary color
Monochromatic Colors of #648E04
Black with #648E04
Text Example
Text Example
White with #648E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648E04; }
p { color: rgb(100,142,4); }
H1.HeaderClassName
{
color: #648E04;
}
.AnyTagClassName
{
color: #648E04;
}
</style>
background-color css
<style>
a { background-color: #648E04; }
a { background-color: rgb(100,142,4); }
div.DivClassName
{
background-color: #648E04;
}
.BgClassName
{
background-color: #648E04;
}
</style>
border-color css
<style>
span { border-color: #648E04; }
span { border-color: rgb(100,142,4); }
td.TdClassName
{
border-color: #648E04;
}
.TagClassName
{
border-color: #648E04;
}
</style>