Shades of Olive Drab #648F05
Tints of Olive Drab #648F05
RGB
CMYK
RGB Variations
Color information
#648F05 (or 0x648F05) is known color: Olive Drab. HEX triplet: 64, 8F and 05. RGB value is (100,143,5). Sum of RGB (Red+Green+Blue) = 100+143+5=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 143 (56.25% from 255 or 57.66% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 143 - color contains mainly: green. Hex color #648F05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648F05 is #9B70FA. Grayscale: #727272. Windows color (decimal): -10187003 or 364388. OLE color: 364388.
HSL color Cylindrical-coordinate representation of color #648F05: hue angle of 78.7º degrees, saturation: 0.93, 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 #648F05 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 143 | 5 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.44 |
| HSL | 78.7º | 0.93% | 0.29% | - |
| HSV(B) | 78.7º | 0.97% | 0.56% | - |
| XYZ | 15.11 | 22.37 | 3.66 | - |
| YUV | 114.41 | 66.25 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 143 | 5 | 0.30 | 0 | 0.97 | 0.44 | 78.7 | 0.93 | 0.29 |
| Hex | 64 | 8F | 5 | 1E | 0 | 61 | 2C | 4F | 5D | 1D |
| Octal | 144 | 217 | 5 | 36 | 0 | 141 | 54 | 117 | 135 | 35 |
| Binary | 1100100 | 10001111 | 101 | 11110 | 0 | 1100001 | 101100 | 1001111 | 1011101 | 11101 |
Color Harmonies of #648F05
Complementary color
Monochromatic Colors of #648F05
Black with #648F05
Text Example
Text Example
White with #648F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648F05; }
p { color: rgb(100,143,5); }
H1.HeaderClassName
{
color: #648F05;
}
.AnyTagClassName
{
color: #648F05;
}
</style>
background-color css
<style>
a { background-color: #648F05; }
a { background-color: rgb(100,143,5); }
div.DivClassName
{
background-color: #648F05;
}
.BgClassName
{
background-color: #648F05;
}
</style>
border-color css
<style>
span { border-color: #648F05; }
span { border-color: rgb(100,143,5); }
td.TdClassName
{
border-color: #648F05;
}
.TagClassName
{
border-color: #648F05;
}
</style>