Shades of Olive Drab #647E32
Tints of Olive Drab #647E32
RGB
CMYK
RGB Variations
Color information
#647E32 (or 0x647E32) is known color: Olive Drab. HEX triplet: 64, 7E and 32. RGB value is (100,126,50). Sum of RGB (Red+Green+Blue) = 100+126+50=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 126 (49.61% from 255 or 45.65% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 126 - color contains mainly: green. Hex color #647E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #647E32 is #9B81CD. Grayscale: #6D6D6D. Windows color (decimal): -10191310 or 3309156. OLE color: 3309156.
HSL color Cylindrical-coordinate representation of color #647E32: hue angle of 80.53º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #647E32 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 126 | 50 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.51 |
| HSL | 80.53º | 0.43% | 0.35% | - |
| HSV(B) | 80.53º | 0.6% | 0.49% | - |
| XYZ | 13.29 | 17.86 | 5.76 | - |
| YUV | 109.56 | 94.39 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 126 | 50 | 0.21 | 0 | 0.60 | 0.51 | 80.53 | 0.43 | 0.35 |
| Hex | 64 | 7E | 32 | 15 | 0 | 3C | 33 | 51 | 2B | 23 |
| Octal | 144 | 176 | 62 | 25 | 0 | 74 | 63 | 121 | 53 | 43 |
| Binary | 1100100 | 1111110 | 110010 | 10101 | 0 | 111100 | 110011 | 1010001 | 101011 | 100011 |
Color Harmonies of #647E32
Complementary color
Monochromatic Colors of #647E32
Black with #647E32
Text Example
Text Example
White with #647E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647E32; }
p { color: rgb(100,126,50); }
H1.HeaderClassName
{
color: #647E32;
}
.AnyTagClassName
{
color: #647E32;
}
</style>
background-color css
<style>
a { background-color: #647E32; }
a { background-color: rgb(100,126,50); }
div.DivClassName
{
background-color: #647E32;
}
.BgClassName
{
background-color: #647E32;
}
</style>
border-color css
<style>
span { border-color: #647E32; }
span { border-color: rgb(100,126,50); }
td.TdClassName
{
border-color: #647E32;
}
.TagClassName
{
border-color: #647E32;
}
</style>