Shades of Olive Drab #64881F
Tints of Olive Drab #64881F
RGB
CMYK
RGB Variations
Color information
#64881F (or 0x64881F) is known color: Olive Drab. HEX triplet: 64, 88 and 1F. RGB value is (100,136,31). Sum of RGB (Red+Green+Blue) = 100+136+31=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 136 (53.52% from 255 or 50.94% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 136 - color contains mainly: green. Hex color #64881F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64881F is #9B77E0. Grayscale: #717171. Windows color (decimal): -10188769 or 2066532. OLE color: 2066532.
HSL color Cylindrical-coordinate representation of color #64881F: hue angle of 80.57º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #64881F is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 136 | 31 | - |
| CMYK | 0.26 | 0 | 0.77 | 0.47 |
| HSL | 80.57º | 0.63% | 0.33% | - |
| HSV(B) | 80.57º | 0.77% | 0.53% | - |
| XYZ | 14.31 | 20.42 | 4.48 | - |
| YUV | 113.27 | 81.57 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 136 | 31 | 0.26 | 0 | 0.77 | 0.47 | 80.57 | 0.63 | 0.33 |
| Hex | 64 | 88 | 1F | 1A | 0 | 4D | 2F | 51 | 3F | 21 |
| Octal | 144 | 210 | 37 | 32 | 0 | 115 | 57 | 121 | 77 | 41 |
| Binary | 1100100 | 10001000 | 11111 | 11010 | 0 | 1001101 | 101111 | 1010001 | 111111 | 100001 |
Color Harmonies of #64881F
Complementary color
Monochromatic Colors of #64881F
Black with #64881F
Text Example
Text Example
White with #64881F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64881F; }
p { color: rgb(100,136,31); }
H1.HeaderClassName
{
color: #64881F;
}
.AnyTagClassName
{
color: #64881F;
}
</style>
background-color css
<style>
a { background-color: #64881F; }
a { background-color: rgb(100,136,31); }
div.DivClassName
{
background-color: #64881F;
}
.BgClassName
{
background-color: #64881F;
}
</style>
border-color css
<style>
span { border-color: #64881F; }
span { border-color: rgb(100,136,31); }
td.TdClassName
{
border-color: #64881F;
}
.TagClassName
{
border-color: #64881F;
}
</style>