Shades of Dark Olive Green #647D33
Tints of Dark Olive Green #647D33
RGB
CMYK
RGB Variations
Color information
#647D33 (or 0x647D33) is known color: Dark Olive Green. HEX triplet: 64, 7D and 33. RGB value is (100,125,51). Sum of RGB (Red+Green+Blue) = 100+125+51=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 125 (49.22% from 255 or 45.29% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 125 - color contains mainly: green. Hex color #647D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #647D33 is #9B82CC. Grayscale: #6D6D6D. Windows color (decimal): -10191565 or 3374436. OLE color: 3374436.
HSL color Cylindrical-coordinate representation of color #647D33: hue angle of 80.27º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #647D33 is Cyan = 0.2, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 125 | 51 | - |
| CMYK | 0.2 | 0 | 0.59 | 0.51 |
| HSL | 80.27º | 0.42% | 0.35% | - |
| HSV(B) | 80.27º | 0.59% | 0.49% | - |
| XYZ | 13.19 | 17.62 | 5.84 | - |
| YUV | 109.09 | 95.22 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 125 | 51 | 0.2 | 0 | 0.59 | 0.51 | 80.27 | 0.42 | 0.35 |
| Hex | 64 | 7D | 33 | 14 | 0 | 3B | 33 | 50 | 2A | 23 |
| Octal | 144 | 175 | 63 | 24 | 0 | 73 | 63 | 120 | 52 | 43 |
| Binary | 1100100 | 1111101 | 110011 | 10100 | 0 | 111011 | 110011 | 1010000 | 101010 | 100011 |
Color Harmonies of #647D33
Complementary color
Monochromatic Colors of #647D33
Black with #647D33
Text Example
Text Example
White with #647D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647D33; }
p { color: rgb(100,125,51); }
H1.HeaderClassName
{
color: #647D33;
}
.AnyTagClassName
{
color: #647D33;
}
</style>
background-color css
<style>
a { background-color: #647D33; }
a { background-color: rgb(100,125,51); }
div.DivClassName
{
background-color: #647D33;
}
.BgClassName
{
background-color: #647D33;
}
</style>
border-color css
<style>
span { border-color: #647D33; }
span { border-color: rgb(100,125,51); }
td.TdClassName
{
border-color: #647D33;
}
.TagClassName
{
border-color: #647D33;
}
</style>