Shades of Hippie Green #658062
Tints of Hippie Green #658062
RGB
CMYK
RGB Variations
Color information
#658062 (or 0x658062) is known color: Hippie Green. HEX triplet: 65, 80 and 62. RGB value is (101,128,98). Sum of RGB (Red+Green+Blue) = 101+128+98=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 128 - color contains mainly: green. Hex color #658062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658062 is #9A7F9D. Grayscale: #747474. Windows color (decimal): -10125214 or 6455397. OLE color: 6455397.
HSL color Cylindrical-coordinate representation of color #658062: hue angle of 114º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #658062 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 128 | 98 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.50 |
| HSL | 114º | 0.13% | 0.44% | - |
| HSV(B) | 114º | 0.23% | 0.5% | - |
| XYZ | 15.29 | 19.09 | 14.43 | - |
| YUV | 116.51 | 117.55 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 128 | 98 | 0.21 | 0 | 0.23 | 0.50 | 114 | 0.13 | 0.44 |
| Hex | 65 | 80 | 62 | 15 | 0 | 17 | 32 | 72 | D | 2C |
| Octal | 145 | 200 | 142 | 25 | 0 | 27 | 62 | 162 | 15 | 54 |
| Binary | 1100101 | 10000000 | 1100010 | 10101 | 0 | 10111 | 110010 | 1110010 | 1101 | 101100 |
Color Harmonies of #658062
Complementary color
Monochromatic Colors of #658062
Black with #658062
Text Example
Text Example
White with #658062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658062; }
p { color: rgb(101,128,98); }
H1.HeaderClassName
{
color: #658062;
}
.AnyTagClassName
{
color: #658062;
}
</style>
background-color css
<style>
a { background-color: #658062; }
a { background-color: rgb(101,128,98); }
div.DivClassName
{
background-color: #658062;
}
.BgClassName
{
background-color: #658062;
}
</style>
border-color css
<style>
span { border-color: #658062; }
span { border-color: rgb(101,128,98); }
td.TdClassName
{
border-color: #658062;
}
.TagClassName
{
border-color: #658062;
}
</style>