Shades of Olive Drab #64842B
Tints of Olive Drab #64842B
RGB
CMYK
RGB Variations
Color information
#64842B (or 0x64842B) is known color: Olive Drab. HEX triplet: 64, 84 and 2B. RGB value is (100,132,43). Sum of RGB (Red+Green+Blue) = 100+132+43=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 132 - color contains mainly: green. Hex color #64842B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64842B is #9B7BD4. Grayscale: #707070. Windows color (decimal): -10189781 or 2851940. OLE color: 2851940.
HSL color Cylindrical-coordinate representation of color #64842B: hue angle of 81.57º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64842B is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 132 | 43 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.48 |
| HSL | 81.57º | 0.51% | 0.34% | - |
| HSV(B) | 81.57º | 0.67% | 0.52% | - |
| XYZ | 13.94 | 19.39 | 5.29 | - |
| YUV | 112.29 | 88.9 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 43 | 0.24 | 0 | 0.67 | 0.48 | 81.57 | 0.51 | 0.34 |
| Hex | 64 | 84 | 2B | 18 | 0 | 43 | 30 | 52 | 33 | 22 |
| Octal | 144 | 204 | 53 | 30 | 0 | 103 | 60 | 122 | 63 | 42 |
| Binary | 1100100 | 10000100 | 101011 | 11000 | 0 | 1000011 | 110000 | 1010010 | 110011 | 100010 |
Color Harmonies of #64842B
Complementary color
Monochromatic Colors of #64842B
Black with #64842B
Text Example
Text Example
White with #64842B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64842B; }
p { color: rgb(100,132,43); }
H1.HeaderClassName
{
color: #64842B;
}
.AnyTagClassName
{
color: #64842B;
}
</style>
background-color css
<style>
a { background-color: #64842B; }
a { background-color: rgb(100,132,43); }
div.DivClassName
{
background-color: #64842B;
}
.BgClassName
{
background-color: #64842B;
}
</style>
border-color css
<style>
span { border-color: #64842B; }
span { border-color: rgb(100,132,43); }
td.TdClassName
{
border-color: #64842B;
}
.TagClassName
{
border-color: #64842B;
}
</style>