Shades of Olive Drab #647E33
Tints of Olive Drab #647E33
RGB
CMYK
RGB Variations
Color information
#647E33 (or 0x647E33) is known color: Olive Drab. HEX triplet: 64, 7E and 33. RGB value is (100,126,51). Sum of RGB (Red+Green+Blue) = 100+126+51=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 126 (49.61% from 255 or 45.49% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 126 - color contains mainly: green. Hex color #647E33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #647E33 is #9B81CC. Grayscale: #6D6D6D. Windows color (decimal): -10191309 or 3374692. OLE color: 3374692.
HSL color Cylindrical-coordinate representation of color #647E33: hue angle of 80.8º degrees, saturation: 0.42, 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 #647E33 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 126 | 51 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.51 |
| HSL | 80.8º | 0.42% | 0.35% | - |
| HSV(B) | 80.8º | 0.6% | 0.49% | - |
| XYZ | 13.31 | 17.87 | 5.88 | - |
| YUV | 109.68 | 94.89 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 126 | 51 | 0.21 | 0 | 0.60 | 0.51 | 80.8 | 0.42 | 0.35 |
| Hex | 64 | 7E | 33 | 15 | 0 | 3C | 33 | 51 | 2A | 23 |
| Octal | 144 | 176 | 63 | 25 | 0 | 74 | 63 | 121 | 52 | 43 |
| Binary | 1100100 | 1111110 | 110011 | 10101 | 0 | 111100 | 110011 | 1010001 | 101010 | 100011 |
Color Harmonies of #647E33
Complementary color
Monochromatic Colors of #647E33
Black with #647E33
Text Example
Text Example
White with #647E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647E33; }
p { color: rgb(100,126,51); }
H1.HeaderClassName
{
color: #647E33;
}
.AnyTagClassName
{
color: #647E33;
}
</style>
background-color css
<style>
a { background-color: #647E33; }
a { background-color: rgb(100,126,51); }
div.DivClassName
{
background-color: #647E33;
}
.BgClassName
{
background-color: #647E33;
}
</style>
border-color css
<style>
span { border-color: #647E33; }
span { border-color: rgb(100,126,51); }
td.TdClassName
{
border-color: #647E33;
}
.TagClassName
{
border-color: #647E33;
}
</style>