Shades of Olive Drab #648204
Tints of Olive Drab #648204
RGB
CMYK
RGB Variations
Color information
#648204 (or 0x648204) is known color: Olive Drab. HEX triplet: 64, 82 and 04. RGB value is (100,130,4). Sum of RGB (Red+Green+Blue) = 100+130+4=234 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.74% from 234); Green value is 130 (51.17% from 255 or 55.56% from 234); Blue value is 4 (1.95% from 255 or 1.71% from 234); Max value from RGB is 130 - color contains mainly: green. Hex color #648204 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648204 is #9B7DFB. Grayscale: #6B6B6B. Windows color (decimal): -10190332 or 295524. OLE color: 295524.
HSL color Cylindrical-coordinate representation of color #648204: hue angle of 74.29º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #648204 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 130 | 4 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.49 |
| HSL | 74.29º | 0.94% | 0.26% | - |
| HSV(B) | 74.29º | 0.97% | 0.51% | - |
| XYZ | 13.26 | 18.68 | 3.02 | - |
| YUV | 106.67 | 70.06 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 130 | 4 | 0.23 | 0 | 0.97 | 0.49 | 74.29 | 0.94 | 0.26 |
| Hex | 64 | 82 | 4 | 17 | 0 | 61 | 31 | 4A | 5E | 1A |
| Octal | 144 | 202 | 4 | 27 | 0 | 141 | 61 | 112 | 136 | 32 |
| Binary | 1100100 | 10000010 | 100 | 10111 | 0 | 1100001 | 110001 | 1001010 | 1011110 | 11010 |
Color Harmonies of #648204
Complementary color
Monochromatic Colors of #648204
Black with #648204
Text Example
Text Example
White with #648204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648204; }
p { color: rgb(100,130,4); }
H1.HeaderClassName
{
color: #648204;
}
.AnyTagClassName
{
color: #648204;
}
</style>
background-color css
<style>
a { background-color: #648204; }
a { background-color: rgb(100,130,4); }
div.DivClassName
{
background-color: #648204;
}
.BgClassName
{
background-color: #648204;
}
</style>
border-color css
<style>
span { border-color: #648204; }
span { border-color: rgb(100,130,4); }
td.TdClassName
{
border-color: #648204;
}
.TagClassName
{
border-color: #648204;
}
</style>