Shades of Olive Drab #64802F
Tints of Olive Drab #64802F
RGB
CMYK
RGB Variations
Color information
#64802F (or 0x64802F) is known color: Olive Drab. HEX triplet: 64, 80 and 2F. RGB value is (100,128,47). Sum of RGB (Red+Green+Blue) = 100+128+47=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 128 - color contains mainly: green. Hex color #64802F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64802F is #9B7FD0. Grayscale: #6E6E6E. Windows color (decimal): -10190801 or 3113060. OLE color: 3113060.
HSL color Cylindrical-coordinate representation of color #64802F: hue angle of 80.74º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #64802F is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 128 | 47 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.50 |
| HSL | 80.74º | 0.46% | 0.34% | - |
| HSV(B) | 80.74º | 0.63% | 0.5% | - |
| XYZ | 13.49 | 18.35 | 5.52 | - |
| YUV | 110.39 | 92.22 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 128 | 47 | 0.22 | 0 | 0.63 | 0.50 | 80.74 | 0.46 | 0.34 |
| Hex | 64 | 80 | 2F | 16 | 0 | 3F | 32 | 51 | 2E | 22 |
| Octal | 144 | 200 | 57 | 26 | 0 | 77 | 62 | 121 | 56 | 42 |
| Binary | 1100100 | 10000000 | 101111 | 10110 | 0 | 111111 | 110010 | 1010001 | 101110 | 100010 |
Color Harmonies of #64802F
Complementary color
Monochromatic Colors of #64802F
Black with #64802F
Text Example
Text Example
White with #64802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64802F; }
p { color: rgb(100,128,47); }
H1.HeaderClassName
{
color: #64802F;
}
.AnyTagClassName
{
color: #64802F;
}
</style>
background-color css
<style>
a { background-color: #64802F; }
a { background-color: rgb(100,128,47); }
div.DivClassName
{
background-color: #64802F;
}
.BgClassName
{
background-color: #64802F;
}
</style>
border-color css
<style>
span { border-color: #64802F; }
span { border-color: rgb(100,128,47); }
td.TdClassName
{
border-color: #64802F;
}
.TagClassName
{
border-color: #64802F;
}
</style>