Shades of Olive Drab #648E25
Tints of Olive Drab #648E25
RGB
CMYK
RGB Variations
Color information
#648E25 (or 0x648E25) is known color: Olive Drab. HEX triplet: 64, 8E and 25. RGB value is (100,142,37). Sum of RGB (Red+Green+Blue) = 100+142+37=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 142 (55.86% from 255 or 50.90% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 142 - color contains mainly: green. Hex color #648E25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648E25 is #9B71DA. Grayscale: #757575. Windows color (decimal): -10187227 or 2461284. OLE color: 2461284.
HSL color Cylindrical-coordinate representation of color #648E25: hue angle of 84º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #648E25 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 142 | 37 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.44 |
| HSL | 84º | 0.59% | 0.35% | - |
| HSV(B) | 84º | 0.74% | 0.56% | - |
| XYZ | 15.26 | 22.19 | 5.23 | - |
| YUV | 117.47 | 82.59 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 142 | 37 | 0.30 | 0 | 0.74 | 0.44 | 84 | 0.59 | 0.35 |
| Hex | 64 | 8E | 25 | 1E | 0 | 4A | 2C | 54 | 3B | 23 |
| Octal | 144 | 216 | 45 | 36 | 0 | 112 | 54 | 124 | 73 | 43 |
| Binary | 1100100 | 10001110 | 100101 | 11110 | 0 | 1001010 | 101100 | 1010100 | 111011 | 100011 |
Color Harmonies of #648E25
Complementary color
Monochromatic Colors of #648E25
Black with #648E25
Text Example
Text Example
White with #648E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648E25; }
p { color: rgb(100,142,37); }
H1.HeaderClassName
{
color: #648E25;
}
.AnyTagClassName
{
color: #648E25;
}
</style>
background-color css
<style>
a { background-color: #648E25; }
a { background-color: rgb(100,142,37); }
div.DivClassName
{
background-color: #648E25;
}
.BgClassName
{
background-color: #648E25;
}
</style>
border-color css
<style>
span { border-color: #648E25; }
span { border-color: rgb(100,142,37); }
td.TdClassName
{
border-color: #648E25;
}
.TagClassName
{
border-color: #648E25;
}
</style>