Shades of Hippie Green #657D63
Tints of Hippie Green #657D63
RGB
CMYK
RGB Variations
Color information
#657D63 (or 0x657D63) is known color: Hippie Green. HEX triplet: 65, 7D and 63. RGB value is (101,125,99). Sum of RGB (Red+Green+Blue) = 101+125+99=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 125 - color contains mainly: green. Hex color #657D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657D63 is #9A829C. Grayscale: #727272. Windows color (decimal): -10125981 or 6520165. OLE color: 6520165.
HSL color Cylindrical-coordinate representation of color #657D63: hue angle of 115.38º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #657D63 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 125 | 99 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.51 |
| HSL | 115.38º | 0.12% | 0.44% | - |
| HSV(B) | 115.38º | 0.21% | 0.49% | - |
| XYZ | 14.95 | 18.33 | 14.56 | - |
| YUV | 114.86 | 119.05 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 125 | 99 | 0.19 | 0 | 0.21 | 0.51 | 115.38 | 0.12 | 0.44 |
| Hex | 65 | 7D | 63 | 13 | 0 | 15 | 33 | 73 | C | 2C |
| Octal | 145 | 175 | 143 | 23 | 0 | 25 | 63 | 163 | 14 | 54 |
| Binary | 1100101 | 1111101 | 1100011 | 10011 | 0 | 10101 | 110011 | 1110011 | 1100 | 101100 |
Color Harmonies of #657D63
Complementary color
Monochromatic Colors of #657D63
Black with #657D63
Text Example
Text Example
White with #657D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657D63; }
p { color: rgb(101,125,99); }
H1.HeaderClassName
{
color: #657D63;
}
.AnyTagClassName
{
color: #657D63;
}
</style>
background-color css
<style>
a { background-color: #657D63; }
a { background-color: rgb(101,125,99); }
div.DivClassName
{
background-color: #657D63;
}
.BgClassName
{
background-color: #657D63;
}
</style>
border-color css
<style>
span { border-color: #657D63; }
span { border-color: rgb(101,125,99); }
td.TdClassName
{
border-color: #657D63;
}
.TagClassName
{
border-color: #657D63;
}
</style>