Shades of Hippie Green #657D64
Tints of Hippie Green #657D64
RGB
CMYK
RGB Variations
Color information
#657D64 (or 0x657D64) is known color: Hippie Green. HEX triplet: 65, 7D and 64. RGB value is (101,125,100). Sum of RGB (Red+Green+Blue) = 101+125+100=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 125 - color contains mainly: green. Hex color #657D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657D64 is #9A829B. Grayscale: #737373. Windows color (decimal): -10125980 or 6585701. OLE color: 6585701.
HSL color Cylindrical-coordinate representation of color #657D64: hue angle of 117.6º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #657D64 is Cyan = 0.19, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 125 | 100 | - |
| CMYK | 0.19 | 0 | 0.2 | 0.51 |
| HSL | 117.6º | 0.11% | 0.44% | - |
| HSV(B) | 117.6º | 0.2% | 0.49% | - |
| XYZ | 15 | 18.35 | 14.81 | - |
| YUV | 114.97 | 119.55 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 125 | 100 | 0.19 | 0 | 0.2 | 0.51 | 117.6 | 0.11 | 0.44 |
| Hex | 65 | 7D | 64 | 13 | 0 | 14 | 33 | 76 | B | 2C |
| Octal | 145 | 175 | 144 | 23 | 0 | 24 | 63 | 166 | 13 | 54 |
| Binary | 1100101 | 1111101 | 1100100 | 10011 | 0 | 10100 | 110011 | 1110110 | 1011 | 101100 |
Color Harmonies of #657D64
Complementary color
Monochromatic Colors of #657D64
Black with #657D64
Text Example
Text Example
White with #657D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657D64; }
p { color: rgb(101,125,100); }
H1.HeaderClassName
{
color: #657D64;
}
.AnyTagClassName
{
color: #657D64;
}
</style>
background-color css
<style>
a { background-color: #657D64; }
a { background-color: rgb(101,125,100); }
div.DivClassName
{
background-color: #657D64;
}
.BgClassName
{
background-color: #657D64;
}
</style>
border-color css
<style>
span { border-color: #657D64; }
span { border-color: rgb(101,125,100); }
td.TdClassName
{
border-color: #657D64;
}
.TagClassName
{
border-color: #657D64;
}
</style>