Shades of Olive Drab #64872B
Tints of Olive Drab #64872B
RGB
CMYK
RGB Variations
Color information
#64872B (or 0x64872B) is known color: Olive Drab. HEX triplet: 64, 87 and 2B. RGB value is (100,135,43). Sum of RGB (Red+Green+Blue) = 100+135+43=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 135 (53.12% from 255 or 48.56% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 135 - color contains mainly: green. Hex color #64872B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64872B is #9B78D4. Grayscale: #727272. Windows color (decimal): -10189013 or 2852708. OLE color: 2852708.
HSL color Cylindrical-coordinate representation of color #64872B: hue angle of 82.83º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64872B is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 135 | 43 | - |
| CMYK | 0.26 | 0 | 0.68 | 0.47 |
| HSL | 82.83º | 0.52% | 0.35% | - |
| HSV(B) | 82.83º | 0.68% | 0.53% | - |
| XYZ | 14.36 | 20.21 | 5.43 | - |
| YUV | 114.05 | 87.9 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 135 | 43 | 0.26 | 0 | 0.68 | 0.47 | 82.83 | 0.52 | 0.35 |
| Hex | 64 | 87 | 2B | 1A | 0 | 44 | 2F | 53 | 34 | 23 |
| Octal | 144 | 207 | 53 | 32 | 0 | 104 | 57 | 123 | 64 | 43 |
| Binary | 1100100 | 10000111 | 101011 | 11010 | 0 | 1000100 | 101111 | 1010011 | 110100 | 100011 |
Color Harmonies of #64872B
Complementary color
Monochromatic Colors of #64872B
Black with #64872B
Text Example
Text Example
White with #64872B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64872B; }
p { color: rgb(100,135,43); }
H1.HeaderClassName
{
color: #64872B;
}
.AnyTagClassName
{
color: #64872B;
}
</style>
background-color css
<style>
a { background-color: #64872B; }
a { background-color: rgb(100,135,43); }
div.DivClassName
{
background-color: #64872B;
}
.BgClassName
{
background-color: #64872B;
}
</style>
border-color css
<style>
span { border-color: #64872B; }
span { border-color: rgb(100,135,43); }
td.TdClassName
{
border-color: #64872B;
}
.TagClassName
{
border-color: #64872B;
}
</style>