Shades of Olive Drab #64871B
Tints of Olive Drab #64871B
RGB
CMYK
RGB Variations
Color information
#64871B (or 0x64871B) is known color: Olive Drab. HEX triplet: 64, 87 and 1B. RGB value is (100,135,27). Sum of RGB (Red+Green+Blue) = 100+135+27=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 135 (53.12% from 255 or 51.53% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 135 - color contains mainly: green. Hex color #64871B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64871B is #9B78E4. Grayscale: #707070. Windows color (decimal): -10189029 or 1804132. OLE color: 1804132.
HSL color Cylindrical-coordinate representation of color #64871B: hue angle of 79.44º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #64871B is Cyan = 0.26, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 135 | 27 | - |
| CMYK | 0.26 | 0 | 0.8 | 0.47 |
| HSL | 79.44º | 0.67% | 0.32% | - |
| HSV(B) | 79.44º | 0.8% | 0.53% | - |
| XYZ | 14.12 | 20.12 | 4.18 | - |
| YUV | 112.22 | 79.9 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 135 | 27 | 0.26 | 0 | 0.8 | 0.47 | 79.44 | 0.67 | 0.32 |
| Hex | 64 | 87 | 1B | 1A | 0 | 50 | 2F | 4F | 43 | 20 |
| Octal | 144 | 207 | 33 | 32 | 0 | 120 | 57 | 117 | 103 | 40 |
| Binary | 1100100 | 10000111 | 11011 | 11010 | 0 | 1010000 | 101111 | 1001111 | 1000011 | 100000 |
Color Harmonies of #64871B
Complementary color
Monochromatic Colors of #64871B
Black with #64871B
Text Example
Text Example
White with #64871B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64871B; }
p { color: rgb(100,135,27); }
H1.HeaderClassName
{
color: #64871B;
}
.AnyTagClassName
{
color: #64871B;
}
</style>
background-color css
<style>
a { background-color: #64871B; }
a { background-color: rgb(100,135,27); }
div.DivClassName
{
background-color: #64871B;
}
.BgClassName
{
background-color: #64871B;
}
</style>
border-color css
<style>
span { border-color: #64871B; }
span { border-color: rgb(100,135,27); }
td.TdClassName
{
border-color: #64871B;
}
.TagClassName
{
border-color: #64871B;
}
</style>