Shades of Hippie Green #628160
Tints of Hippie Green #628160
RGB
CMYK
RGB Variations
Color information
#628160 (or 0x628160) is known color: Hippie Green. HEX triplet: 62, 81 and 60. RGB value is (98,129,96). Sum of RGB (Red+Green+Blue) = 98+129+96=323 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.34% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 129 - color contains mainly: green. Hex color #628160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628160 is #9D7E9F. Grayscale: #747474. Windows color (decimal): -10321568 or 6324578. OLE color: 6324578.
HSL color Cylindrical-coordinate representation of color #628160: hue angle of 116.36º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #628160 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 129 | 96 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.49 |
| HSL | 116.36º | 0.15% | 0.44% | - |
| HSV(B) | 116.36º | 0.26% | 0.51% | - |
| XYZ | 15 | 19.14 | 13.97 | - |
| YUV | 115.97 | 116.73 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 129 | 96 | 0.24 | 0 | 0.26 | 0.49 | 116.36 | 0.15 | 0.44 |
| Hex | 62 | 81 | 60 | 18 | 0 | 1A | 31 | 74 | F | 2C |
| Octal | 142 | 201 | 140 | 30 | 0 | 32 | 61 | 164 | 17 | 54 |
| Binary | 1100010 | 10000001 | 1100000 | 11000 | 0 | 11010 | 110001 | 1110100 | 1111 | 101100 |
Color Harmonies of #628160
Complementary color
Monochromatic Colors of #628160
Black with #628160
Text Example
Text Example
White with #628160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628160; }
p { color: rgb(98,129,96); }
H1.HeaderClassName
{
color: #628160;
}
.AnyTagClassName
{
color: #628160;
}
</style>
background-color css
<style>
a { background-color: #628160; }
a { background-color: rgb(98,129,96); }
div.DivClassName
{
background-color: #628160;
}
.BgClassName
{
background-color: #628160;
}
</style>
border-color css
<style>
span { border-color: #628160; }
span { border-color: rgb(98,129,96); }
td.TdClassName
{
border-color: #628160;
}
.TagClassName
{
border-color: #628160;
}
</style>