Shades of Hippie Green #629F60
Tints of Hippie Green #629F60
RGB
CMYK
RGB Variations
Color information
#629F60 (or 0x629F60) is known color: Hippie Green. HEX triplet: 62, 9F and 60. RGB value is (98,159,96). Sum of RGB (Red+Green+Blue) = 98+159+96=353 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.76% from 353); Green value is 159 (62.5% from 255 or 45.04% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 159 - color contains mainly: green. Hex color #629F60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629F60 is #9D609F. Grayscale: #858585. Windows color (decimal): -10313888 or 6332258. OLE color: 6332258.
HSL color Cylindrical-coordinate representation of color #629F60: hue angle of 118.1º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #629F60 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 159 | 96 | - |
| CMYK | 0.38 | 0 | 0.40 | 0.38 |
| HSL | 118.1º | 0.25% | 0.5% | - |
| HSV(B) | 118.1º | 0.4% | 0.62% | - |
| XYZ | 19.55 | 28.24 | 15.49 | - |
| YUV | 133.58 | 106.79 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 159 | 96 | 0.38 | 0 | 0.40 | 0.38 | 118.1 | 0.25 | 0.5 |
| Hex | 62 | 9F | 60 | 26 | 0 | 28 | 26 | 76 | 19 | 32 |
| Octal | 142 | 237 | 140 | 46 | 0 | 50 | 46 | 166 | 31 | 62 |
| Binary | 1100010 | 10011111 | 1100000 | 100110 | 0 | 101000 | 100110 | 1110110 | 11001 | 110010 |
Color Harmonies of #629F60
Complementary color
Monochromatic Colors of #629F60
Black with #629F60
Text Example
Text Example
White with #629F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629F60; }
p { color: rgb(98,159,96); }
H1.HeaderClassName
{
color: #629F60;
}
.AnyTagClassName
{
color: #629F60;
}
</style>
background-color css
<style>
a { background-color: #629F60; }
a { background-color: rgb(98,159,96); }
div.DivClassName
{
background-color: #629F60;
}
.BgClassName
{
background-color: #629F60;
}
</style>
border-color css
<style>
span { border-color: #629F60; }
span { border-color: rgb(98,159,96); }
td.TdClassName
{
border-color: #629F60;
}
.TagClassName
{
border-color: #629F60;
}
</style>