Shades of Olive Drab #648F06
Tints of Olive Drab #648F06
RGB
CMYK
RGB Variations
Color information
#648F06 (or 0x648F06) is known color: Olive Drab. HEX triplet: 64, 8F and 06. RGB value is (100,143,6). Sum of RGB (Red+Green+Blue) = 100+143+6=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 143 (56.25% from 255 or 57.43% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 143 - color contains mainly: green. Hex color #648F06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648F06 is #9B70F9. Grayscale: #737373. Windows color (decimal): -10187002 or 429924. OLE color: 429924.
HSL color Cylindrical-coordinate representation of color #648F06: hue angle of 78.83º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #648F06 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 143 | 6 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.44 |
| HSL | 78.83º | 0.92% | 0.29% | - |
| HSV(B) | 78.83º | 0.96% | 0.56% | - |
| XYZ | 15.11 | 22.37 | 3.69 | - |
| YUV | 114.53 | 66.75 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 143 | 6 | 0.30 | 0 | 0.96 | 0.44 | 78.83 | 0.92 | 0.29 |
| Hex | 64 | 8F | 6 | 1E | 0 | 60 | 2C | 4F | 5C | 1D |
| Octal | 144 | 217 | 6 | 36 | 0 | 140 | 54 | 117 | 134 | 35 |
| Binary | 1100100 | 10001111 | 110 | 11110 | 0 | 1100000 | 101100 | 1001111 | 1011100 | 11101 |
Color Harmonies of #648F06
Complementary color
Monochromatic Colors of #648F06
Black with #648F06
Text Example
Text Example
White with #648F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648F06; }
p { color: rgb(100,143,6); }
H1.HeaderClassName
{
color: #648F06;
}
.AnyTagClassName
{
color: #648F06;
}
</style>
background-color css
<style>
a { background-color: #648F06; }
a { background-color: rgb(100,143,6); }
div.DivClassName
{
background-color: #648F06;
}
.BgClassName
{
background-color: #648F06;
}
</style>
border-color css
<style>
span { border-color: #648F06; }
span { border-color: rgb(100,143,6); }
td.TdClassName
{
border-color: #648F06;
}
.TagClassName
{
border-color: #648F06;
}
</style>