Shades of Olive Drab #64872C
Tints of Olive Drab #64872C
RGB
CMYK
RGB Variations
Color information
#64872C (or 0x64872C) is known color: Olive Drab. HEX triplet: 64, 87 and 2C. RGB value is (100,135,44). Sum of RGB (Red+Green+Blue) = 100+135+44=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 135 (53.12% from 255 or 48.39% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 135 - color contains mainly: green. Hex color #64872C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64872C is #9B78D3. Grayscale: #727272. Windows color (decimal): -10189012 or 2918244. OLE color: 2918244.
HSL color Cylindrical-coordinate representation of color #64872C: hue angle of 83.08º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64872C is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 135 | 44 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.47 |
| HSL | 83.08º | 0.51% | 0.35% | - |
| HSV(B) | 83.08º | 0.67% | 0.53% | - |
| XYZ | 14.37 | 20.22 | 5.53 | - |
| YUV | 114.16 | 88.4 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 135 | 44 | 0.26 | 0 | 0.67 | 0.47 | 83.08 | 0.51 | 0.35 |
| Hex | 64 | 87 | 2C | 1A | 0 | 43 | 2F | 53 | 33 | 23 |
| Octal | 144 | 207 | 54 | 32 | 0 | 103 | 57 | 123 | 63 | 43 |
| Binary | 1100100 | 10000111 | 101100 | 11010 | 0 | 1000011 | 101111 | 1010011 | 110011 | 100011 |
Color Harmonies of #64872C
Complementary color
Monochromatic Colors of #64872C
Black with #64872C
Text Example
Text Example
White with #64872C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64872C; }
p { color: rgb(100,135,44); }
H1.HeaderClassName
{
color: #64872C;
}
.AnyTagClassName
{
color: #64872C;
}
</style>
background-color css
<style>
a { background-color: #64872C; }
a { background-color: rgb(100,135,44); }
div.DivClassName
{
background-color: #64872C;
}
.BgClassName
{
background-color: #64872C;
}
</style>
border-color css
<style>
span { border-color: #64872C; }
span { border-color: rgb(100,135,44); }
td.TdClassName
{
border-color: #64872C;
}
.TagClassName
{
border-color: #64872C;
}
</style>