Shades of Olive Drab #64842E
Tints of Olive Drab #64842E
RGB
CMYK
RGB Variations
Color information
#64842E (or 0x64842E) is known color: Olive Drab. HEX triplet: 64, 84 and 2E. RGB value is (100,132,46). Sum of RGB (Red+Green+Blue) = 100+132+46=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 132 (51.95% from 255 or 47.48% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 132 - color contains mainly: green. Hex color #64842E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64842E is #9B7BD1. Grayscale: #707070. Windows color (decimal): -10189778 or 3048548. OLE color: 3048548.
HSL color Cylindrical-coordinate representation of color #64842E: hue angle of 82.33º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #64842E is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 132 | 46 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.48 |
| HSL | 82.33º | 0.48% | 0.35% | - |
| HSV(B) | 82.33º | 0.65% | 0.52% | - |
| XYZ | 14 | 19.41 | 5.59 | - |
| YUV | 112.63 | 90.4 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 46 | 0.24 | 0 | 0.65 | 0.48 | 82.33 | 0.48 | 0.35 |
| Hex | 64 | 84 | 2E | 18 | 0 | 41 | 30 | 52 | 30 | 23 |
| Octal | 144 | 204 | 56 | 30 | 0 | 101 | 60 | 122 | 60 | 43 |
| Binary | 1100100 | 10000100 | 101110 | 11000 | 0 | 1000001 | 110000 | 1010010 | 110000 | 100011 |
Color Harmonies of #64842E
Complementary color
Monochromatic Colors of #64842E
Black with #64842E
Text Example
Text Example
White with #64842E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64842E; }
p { color: rgb(100,132,46); }
H1.HeaderClassName
{
color: #64842E;
}
.AnyTagClassName
{
color: #64842E;
}
</style>
background-color css
<style>
a { background-color: #64842E; }
a { background-color: rgb(100,132,46); }
div.DivClassName
{
background-color: #64842E;
}
.BgClassName
{
background-color: #64842E;
}
</style>
border-color css
<style>
span { border-color: #64842E; }
span { border-color: rgb(100,132,46); }
td.TdClassName
{
border-color: #64842E;
}
.TagClassName
{
border-color: #64842E;
}
</style>