Shades of Olive Drab #647E2B
Tints of Olive Drab #647E2B
RGB
CMYK
RGB Variations
Color information
#647E2B (or 0x647E2B) is known color: Olive Drab. HEX triplet: 64, 7E and 2B. RGB value is (100,126,43). Sum of RGB (Red+Green+Blue) = 100+126+43=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 126 (49.61% from 255 or 46.84% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 126 - color contains mainly: green. Hex color #647E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #647E2B is #9B81D4. Grayscale: #6D6D6D. Windows color (decimal): -10191317 or 2850404. OLE color: 2850404.
HSL color Cylindrical-coordinate representation of color #647E2B: hue angle of 78.8º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #647E2B is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 126 | 43 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.51 |
| HSL | 78.8º | 0.49% | 0.33% | - |
| HSV(B) | 78.8º | 0.66% | 0.49% | - |
| XYZ | 13.15 | 17.81 | 5.03 | - |
| YUV | 108.76 | 90.89 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 126 | 43 | 0.21 | 0 | 0.66 | 0.51 | 78.8 | 0.49 | 0.33 |
| Hex | 64 | 7E | 2B | 15 | 0 | 42 | 33 | 4F | 31 | 21 |
| Octal | 144 | 176 | 53 | 25 | 0 | 102 | 63 | 117 | 61 | 41 |
| Binary | 1100100 | 1111110 | 101011 | 10101 | 0 | 1000010 | 110011 | 1001111 | 110001 | 100001 |
Color Harmonies of #647E2B
Complementary color
Monochromatic Colors of #647E2B
Black with #647E2B
Text Example
Text Example
White with #647E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647E2B; }
p { color: rgb(100,126,43); }
H1.HeaderClassName
{
color: #647E2B;
}
.AnyTagClassName
{
color: #647E2B;
}
</style>
background-color css
<style>
a { background-color: #647E2B; }
a { background-color: rgb(100,126,43); }
div.DivClassName
{
background-color: #647E2B;
}
.BgClassName
{
background-color: #647E2B;
}
</style>
border-color css
<style>
span { border-color: #647E2B; }
span { border-color: rgb(100,126,43); }
td.TdClassName
{
border-color: #647E2B;
}
.TagClassName
{
border-color: #647E2B;
}
</style>