Shades of Olive Drab #64840B
Tints of Olive Drab #64840B
RGB
CMYK
RGB Variations
Color information
#64840B (or 0x64840B) is known color: Olive Drab. HEX triplet: 64, 84 and 0B. RGB value is (100,132,11). Sum of RGB (Red+Green+Blue) = 100+132+11=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 132 (51.95% from 255 or 54.32% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 132 - color contains mainly: green. Hex color #64840B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64840B is #9B7BF4. Grayscale: #6D6D6D. Windows color (decimal): -10189813 or 754788. OLE color: 754788.
HSL color Cylindrical-coordinate representation of color #64840B: hue angle of 75.87º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #64840B is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 132 | 11 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.48 |
| HSL | 75.87º | 0.85% | 0.28% | - |
| HSV(B) | 75.87º | 0.92% | 0.52% | - |
| XYZ | 13.57 | 19.24 | 3.31 | - |
| YUV | 108.64 | 72.9 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 11 | 0.24 | 0 | 0.92 | 0.48 | 75.87 | 0.85 | 0.28 |
| Hex | 64 | 84 | B | 18 | 0 | 5C | 30 | 4C | 55 | 1C |
| Octal | 144 | 204 | 13 | 30 | 0 | 134 | 60 | 114 | 125 | 34 |
| Binary | 1100100 | 10000100 | 1011 | 11000 | 0 | 1011100 | 110000 | 1001100 | 1010101 | 11100 |
Color Harmonies of #64840B
Complementary color
Monochromatic Colors of #64840B
Black with #64840B
Text Example
Text Example
White with #64840B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64840B; }
p { color: rgb(100,132,11); }
H1.HeaderClassName
{
color: #64840B;
}
.AnyTagClassName
{
color: #64840B;
}
</style>
background-color css
<style>
a { background-color: #64840B; }
a { background-color: rgb(100,132,11); }
div.DivClassName
{
background-color: #64840B;
}
.BgClassName
{
background-color: #64840B;
}
</style>
border-color css
<style>
span { border-color: #64840B; }
span { border-color: rgb(100,132,11); }
td.TdClassName
{
border-color: #64840B;
}
.TagClassName
{
border-color: #64840B;
}
</style>