Shades of Olive Drab #64882C
Tints of Olive Drab #64882C
RGB
CMYK
RGB Variations
Color information
#64882C (or 0x64882C) is known color: Olive Drab. HEX triplet: 64, 88 and 2C. RGB value is (100,136,44). Sum of RGB (Red+Green+Blue) = 100+136+44=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 136 (53.52% from 255 or 48.57% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 136 - color contains mainly: green. Hex color #64882C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64882C is #9B77D3. Grayscale: #737373. Windows color (decimal): -10188756 or 2918500. OLE color: 2918500.
HSL color Cylindrical-coordinate representation of color #64882C: hue angle of 83.48º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64882C is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 136 | 44 | - |
| CMYK | 0.26 | 0 | 0.68 | 0.47 |
| HSL | 83.48º | 0.51% | 0.35% | - |
| HSV(B) | 83.48º | 0.68% | 0.53% | - |
| XYZ | 14.51 | 20.5 | 5.57 | - |
| YUV | 114.75 | 88.07 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 136 | 44 | 0.26 | 0 | 0.68 | 0.47 | 83.48 | 0.51 | 0.35 |
| Hex | 64 | 88 | 2C | 1A | 0 | 44 | 2F | 53 | 33 | 23 |
| Octal | 144 | 210 | 54 | 32 | 0 | 104 | 57 | 123 | 63 | 43 |
| Binary | 1100100 | 10001000 | 101100 | 11010 | 0 | 1000100 | 101111 | 1010011 | 110011 | 100011 |
Color Harmonies of #64882C
Complementary color
Monochromatic Colors of #64882C
Black with #64882C
Text Example
Text Example
White with #64882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64882C; }
p { color: rgb(100,136,44); }
H1.HeaderClassName
{
color: #64882C;
}
.AnyTagClassName
{
color: #64882C;
}
</style>
background-color css
<style>
a { background-color: #64882C; }
a { background-color: rgb(100,136,44); }
div.DivClassName
{
background-color: #64882C;
}
.BgClassName
{
background-color: #64882C;
}
</style>
border-color css
<style>
span { border-color: #64882C; }
span { border-color: rgb(100,136,44); }
td.TdClassName
{
border-color: #64882C;
}
.TagClassName
{
border-color: #64882C;
}
</style>