Shades of Olive Drab #64852A
Tints of Olive Drab #64852A
RGB
CMYK
RGB Variations
Color information
#64852A (or 0x64852A) is known color: Olive Drab. HEX triplet: 64, 85 and 2A. RGB value is (100,133,42). Sum of RGB (Red+Green+Blue) = 100+133+42=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 133 (52.34% from 255 or 48.36% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 133 - color contains mainly: green. Hex color #64852A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64852A is #9B7AD5. Grayscale: #717171. Windows color (decimal): -10189526 or 2786660. OLE color: 2786660.
HSL color Cylindrical-coordinate representation of color #64852A: hue angle of 81.76º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64852A is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 133 | 42 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.48 |
| HSL | 81.76º | 0.52% | 0.34% | - |
| HSV(B) | 81.76º | 0.68% | 0.52% | - |
| XYZ | 14.06 | 19.65 | 5.24 | - |
| YUV | 112.76 | 88.07 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 133 | 42 | 0.25 | 0 | 0.68 | 0.48 | 81.76 | 0.52 | 0.34 |
| Hex | 64 | 85 | 2A | 19 | 0 | 44 | 30 | 52 | 34 | 22 |
| Octal | 144 | 205 | 52 | 31 | 0 | 104 | 60 | 122 | 64 | 42 |
| Binary | 1100100 | 10000101 | 101010 | 11001 | 0 | 1000100 | 110000 | 1010010 | 110100 | 100010 |
Color Harmonies of #64852A
Complementary color
Monochromatic Colors of #64852A
Black with #64852A
Text Example
Text Example
White with #64852A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64852A; }
p { color: rgb(100,133,42); }
H1.HeaderClassName
{
color: #64852A;
}
.AnyTagClassName
{
color: #64852A;
}
</style>
background-color css
<style>
a { background-color: #64852A; }
a { background-color: rgb(100,133,42); }
div.DivClassName
{
background-color: #64852A;
}
.BgClassName
{
background-color: #64852A;
}
</style>
border-color css
<style>
span { border-color: #64852A; }
span { border-color: rgb(100,133,42); }
td.TdClassName
{
border-color: #64852A;
}
.TagClassName
{
border-color: #64852A;
}
</style>