Shades of Olive Drab #64820D
Tints of Olive Drab #64820D
RGB
CMYK
RGB Variations
Color information
#64820D (or 0x64820D) is known color: Olive Drab. HEX triplet: 64, 82 and 0D. RGB value is (100,130,13). Sum of RGB (Red+Green+Blue) = 100+130+13=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 130 (51.17% from 255 or 53.50% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 130 - color contains mainly: green. Hex color #64820D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64820D is #9B7DF2. Grayscale: #6C6C6C. Windows color (decimal): -10190323 or 885348. OLE color: 885348.
HSL color Cylindrical-coordinate representation of color #64820D: hue angle of 75.38º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64820D is Cyan = 0.23, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 130 | 13 | - |
| CMYK | 0.23 | 0 | 0.9 | 0.49 |
| HSL | 75.38º | 0.82% | 0.28% | - |
| HSV(B) | 75.38º | 0.9% | 0.51% | - |
| XYZ | 13.31 | 18.7 | 3.29 | - |
| YUV | 107.69 | 74.56 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 130 | 13 | 0.23 | 0 | 0.9 | 0.49 | 75.38 | 0.82 | 0.28 |
| Hex | 64 | 82 | D | 17 | 0 | 5A | 31 | 4B | 52 | 1C |
| Octal | 144 | 202 | 15 | 27 | 0 | 132 | 61 | 113 | 122 | 34 |
| Binary | 1100100 | 10000010 | 1101 | 10111 | 0 | 1011010 | 110001 | 1001011 | 1010010 | 11100 |
Color Harmonies of #64820D
Complementary color
Monochromatic Colors of #64820D
Black with #64820D
Text Example
Text Example
White with #64820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64820D; }
p { color: rgb(100,130,13); }
H1.HeaderClassName
{
color: #64820D;
}
.AnyTagClassName
{
color: #64820D;
}
</style>
background-color css
<style>
a { background-color: #64820D; }
a { background-color: rgb(100,130,13); }
div.DivClassName
{
background-color: #64820D;
}
.BgClassName
{
background-color: #64820D;
}
</style>
border-color css
<style>
span { border-color: #64820D; }
span { border-color: rgb(100,130,13); }
td.TdClassName
{
border-color: #64820D;
}
.TagClassName
{
border-color: #64820D;
}
</style>