Shades of Olive Drab #64842C
Tints of Olive Drab #64842C
RGB
CMYK
RGB Variations
Color information
#64842C (or 0x64842C) is known color: Olive Drab. HEX triplet: 64, 84 and 2C. RGB value is (100,132,44). Sum of RGB (Red+Green+Blue) = 100+132+44=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 132 (51.95% from 255 or 47.83% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 132 - color contains mainly: green. Hex color #64842C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64842C is #9B7BD3. Grayscale: #707070. Windows color (decimal): -10189780 or 2917476. OLE color: 2917476.
HSL color Cylindrical-coordinate representation of color #64842C: hue angle of 81.82º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64842C is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 132 | 44 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.48 |
| HSL | 81.82º | 0.5% | 0.35% | - |
| HSV(B) | 81.82º | 0.67% | 0.52% | - |
| XYZ | 13.96 | 19.39 | 5.39 | - |
| YUV | 112.4 | 89.4 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 44 | 0.24 | 0 | 0.67 | 0.48 | 81.82 | 0.5 | 0.35 |
| Hex | 64 | 84 | 2C | 18 | 0 | 43 | 30 | 52 | 32 | 23 |
| Octal | 144 | 204 | 54 | 30 | 0 | 103 | 60 | 122 | 62 | 43 |
| Binary | 1100100 | 10000100 | 101100 | 11000 | 0 | 1000011 | 110000 | 1010010 | 110010 | 100011 |
Color Harmonies of #64842C
Complementary color
Monochromatic Colors of #64842C
Black with #64842C
Text Example
Text Example
White with #64842C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64842C; }
p { color: rgb(100,132,44); }
H1.HeaderClassName
{
color: #64842C;
}
.AnyTagClassName
{
color: #64842C;
}
</style>
background-color css
<style>
a { background-color: #64842C; }
a { background-color: rgb(100,132,44); }
div.DivClassName
{
background-color: #64842C;
}
.BgClassName
{
background-color: #64842C;
}
</style>
border-color css
<style>
span { border-color: #64842C; }
span { border-color: rgb(100,132,44); }
td.TdClassName
{
border-color: #64842C;
}
.TagClassName
{
border-color: #64842C;
}
</style>