Shades of Olive Drab #648429
Tints of Olive Drab #648429
RGB
CMYK
RGB Variations
Color information
#648429 (or 0x648429) is known color: Olive Drab. HEX triplet: 64, 84 and 29. RGB value is (100,132,41). Sum of RGB (Red+Green+Blue) = 100+132+41=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 132 - color contains mainly: green. Hex color #648429 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648429 is #9B7BD6. Grayscale: #707070. Windows color (decimal): -10189783 or 2720868. OLE color: 2720868.
HSL color Cylindrical-coordinate representation of color #648429: hue angle of 81.1º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #648429 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 132 | 41 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.48 |
| HSL | 81.1º | 0.53% | 0.34% | - |
| HSV(B) | 81.1º | 0.69% | 0.52% | - |
| XYZ | 13.91 | 19.37 | 5.1 | - |
| YUV | 112.06 | 87.9 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 41 | 0.24 | 0 | 0.69 | 0.48 | 81.1 | 0.53 | 0.34 |
| Hex | 64 | 84 | 29 | 18 | 0 | 45 | 30 | 51 | 35 | 22 |
| Octal | 144 | 204 | 51 | 30 | 0 | 105 | 60 | 121 | 65 | 42 |
| Binary | 1100100 | 10000100 | 101001 | 11000 | 0 | 1000101 | 110000 | 1010001 | 110101 | 100010 |
Color Harmonies of #648429
Complementary color
Monochromatic Colors of #648429
Black with #648429
Text Example
Text Example
White with #648429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648429; }
p { color: rgb(100,132,41); }
H1.HeaderClassName
{
color: #648429;
}
.AnyTagClassName
{
color: #648429;
}
</style>
background-color css
<style>
a { background-color: #648429; }
a { background-color: rgb(100,132,41); }
div.DivClassName
{
background-color: #648429;
}
.BgClassName
{
background-color: #648429;
}
</style>
border-color css
<style>
span { border-color: #648429; }
span { border-color: rgb(100,132,41); }
td.TdClassName
{
border-color: #648429;
}
.TagClassName
{
border-color: #648429;
}
</style>