Shades of Olive Drab #648F24
Tints of Olive Drab #648F24
RGB
CMYK
RGB Variations
Color information
#648F24 (or 0x648F24) is known color: Olive Drab. HEX triplet: 64, 8F and 24. RGB value is (100,143,36). Sum of RGB (Red+Green+Blue) = 100+143+36=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 143 (56.25% from 255 or 51.25% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 143 - color contains mainly: green. Hex color #648F24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648F24 is #9B70DB. Grayscale: #767676. Windows color (decimal): -10186972 or 2396004. OLE color: 2396004.
HSL color Cylindrical-coordinate representation of color #648F24: hue angle of 84.11º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #648F24 is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 143 | 36 | - |
| CMYK | 0.30 | 0 | 0.75 | 0.44 |
| HSL | 84.11º | 0.6% | 0.35% | - |
| HSV(B) | 84.11º | 0.75% | 0.56% | - |
| XYZ | 15.4 | 22.48 | 5.2 | - |
| YUV | 117.95 | 81.75 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 143 | 36 | 0.30 | 0 | 0.75 | 0.44 | 84.11 | 0.6 | 0.35 |
| Hex | 64 | 8F | 24 | 1E | 0 | 4B | 2C | 54 | 3C | 23 |
| Octal | 144 | 217 | 44 | 36 | 0 | 113 | 54 | 124 | 74 | 43 |
| Binary | 1100100 | 10001111 | 100100 | 11110 | 0 | 1001011 | 101100 | 1010100 | 111100 | 100011 |
Color Harmonies of #648F24
Complementary color
Monochromatic Colors of #648F24
Black with #648F24
Text Example
Text Example
White with #648F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648F24; }
p { color: rgb(100,143,36); }
H1.HeaderClassName
{
color: #648F24;
}
.AnyTagClassName
{
color: #648F24;
}
</style>
background-color css
<style>
a { background-color: #648F24; }
a { background-color: rgb(100,143,36); }
div.DivClassName
{
background-color: #648F24;
}
.BgClassName
{
background-color: #648F24;
}
</style>
border-color css
<style>
span { border-color: #648F24; }
span { border-color: rgb(100,143,36); }
td.TdClassName
{
border-color: #648F24;
}
.TagClassName
{
border-color: #648F24;
}
</style>