Shades of Olive Drab #64822C
Tints of Olive Drab #64822C
RGB
CMYK
RGB Variations
Color information
#64822C (or 0x64822C) is known color: Olive Drab. HEX triplet: 64, 82 and 2C. RGB value is (100,130,44). Sum of RGB (Red+Green+Blue) = 100+130+44=274 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.50% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #64822C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64822C is #9B7DD3. Grayscale: #6F6F6F. Windows color (decimal): -10190292 or 2916964. OLE color: 2916964.
HSL color Cylindrical-coordinate representation of color #64822C: hue angle of 80.93º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #64822C is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 130 | 44 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.49 |
| HSL | 80.93º | 0.49% | 0.34% | - |
| HSV(B) | 80.93º | 0.66% | 0.51% | - |
| XYZ | 13.69 | 18.86 | 5.3 | - |
| YUV | 111.23 | 90.06 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 130 | 44 | 0.23 | 0 | 0.66 | 0.49 | 80.93 | 0.49 | 0.34 |
| Hex | 64 | 82 | 2C | 17 | 0 | 42 | 31 | 51 | 31 | 22 |
| Octal | 144 | 202 | 54 | 27 | 0 | 102 | 61 | 121 | 61 | 42 |
| Binary | 1100100 | 10000010 | 101100 | 10111 | 0 | 1000010 | 110001 | 1010001 | 110001 | 100010 |
Color Harmonies of #64822C
Complementary color
Monochromatic Colors of #64822C
Black with #64822C
Text Example
Text Example
White with #64822C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64822C; }
p { color: rgb(100,130,44); }
H1.HeaderClassName
{
color: #64822C;
}
.AnyTagClassName
{
color: #64822C;
}
</style>
background-color css
<style>
a { background-color: #64822C; }
a { background-color: rgb(100,130,44); }
div.DivClassName
{
background-color: #64822C;
}
.BgClassName
{
background-color: #64822C;
}
</style>
border-color css
<style>
span { border-color: #64822C; }
span { border-color: rgb(100,130,44); }
td.TdClassName
{
border-color: #64822C;
}
.TagClassName
{
border-color: #64822C;
}
</style>