Shades of Olive Drab #64822F
Tints of Olive Drab #64822F
RGB
CMYK
RGB Variations
Color information
#64822F (or 0x64822F) is known color: Olive Drab. HEX triplet: 64, 82 and 2F. RGB value is (100,130,47). Sum of RGB (Red+Green+Blue) = 100+130+47=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #64822F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64822F is #9B7DD0. Grayscale: #6F6F6F. Windows color (decimal): -10190289 or 3113572. OLE color: 3113572.
HSL color Cylindrical-coordinate representation of color #64822F: hue angle of 81.69º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #64822F is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 130 | 47 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.49 |
| HSL | 81.69º | 0.47% | 0.35% | - |
| HSV(B) | 81.69º | 0.64% | 0.51% | - |
| XYZ | 13.75 | 18.88 | 5.61 | - |
| YUV | 111.57 | 91.56 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 130 | 47 | 0.23 | 0 | 0.64 | 0.49 | 81.69 | 0.47 | 0.35 |
| Hex | 64 | 82 | 2F | 17 | 0 | 40 | 31 | 52 | 2F | 23 |
| Octal | 144 | 202 | 57 | 27 | 0 | 100 | 61 | 122 | 57 | 43 |
| Binary | 1100100 | 10000010 | 101111 | 10111 | 0 | 1000000 | 110001 | 1010010 | 101111 | 100011 |
Color Harmonies of #64822F
Complementary color
Monochromatic Colors of #64822F
Black with #64822F
Text Example
Text Example
White with #64822F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64822F; }
p { color: rgb(100,130,47); }
H1.HeaderClassName
{
color: #64822F;
}
.AnyTagClassName
{
color: #64822F;
}
</style>
background-color css
<style>
a { background-color: #64822F; }
a { background-color: rgb(100,130,47); }
div.DivClassName
{
background-color: #64822F;
}
.BgClassName
{
background-color: #64822F;
}
</style>
border-color css
<style>
span { border-color: #64822F; }
span { border-color: rgb(100,130,47); }
td.TdClassName
{
border-color: #64822F;
}
.TagClassName
{
border-color: #64822F;
}
</style>