Shades of Olive Drab #64852C
Tints of Olive Drab #64852C
RGB
CMYK
RGB Variations
Color information
#64852C (or 0x64852C) is known color: Olive Drab. HEX triplet: 64, 85 and 2C. RGB value is (100,133,44). Sum of RGB (Red+Green+Blue) = 100+133+44=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 133 - color contains mainly: green. Hex color #64852C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64852C is #9B7AD3. Grayscale: #717171. Windows color (decimal): -10189524 or 2917732. OLE color: 2917732.
HSL color Cylindrical-coordinate representation of color #64852C: hue angle of 82.25º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64852C is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 133 | 44 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.48 |
| HSL | 82.25º | 0.5% | 0.35% | - |
| HSV(B) | 82.25º | 0.67% | 0.52% | - |
| XYZ | 14.1 | 19.67 | 5.44 | - |
| YUV | 112.99 | 89.07 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 133 | 44 | 0.25 | 0 | 0.67 | 0.48 | 82.25 | 0.5 | 0.35 |
| Hex | 64 | 85 | 2C | 19 | 0 | 43 | 30 | 52 | 32 | 23 |
| Octal | 144 | 205 | 54 | 31 | 0 | 103 | 60 | 122 | 62 | 43 |
| Binary | 1100100 | 10000101 | 101100 | 11001 | 0 | 1000011 | 110000 | 1010010 | 110010 | 100011 |
Color Harmonies of #64852C
Complementary color
Monochromatic Colors of #64852C
Black with #64852C
Text Example
Text Example
White with #64852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64852C; }
p { color: rgb(100,133,44); }
H1.HeaderClassName
{
color: #64852C;
}
.AnyTagClassName
{
color: #64852C;
}
</style>
background-color css
<style>
a { background-color: #64852C; }
a { background-color: rgb(100,133,44); }
div.DivClassName
{
background-color: #64852C;
}
.BgClassName
{
background-color: #64852C;
}
</style>
border-color css
<style>
span { border-color: #64852C; }
span { border-color: rgb(100,133,44); }
td.TdClassName
{
border-color: #64852C;
}
.TagClassName
{
border-color: #64852C;
}
</style>