Shades of Hippie Green #629D62
Tints of Hippie Green #629D62
RGB
CMYK
RGB Variations
Color information
#629D62 (or 0x629D62) is known color: Hippie Green. HEX triplet: 62, 9D and 62. RGB value is (98,157,98). Sum of RGB (Red+Green+Blue) = 98+157+98=353 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.76% from 353); Green value is 157 (61.72% from 255 or 44.48% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 157 - color contains mainly: green. Hex color #629D62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629D62 is #9D629D. Grayscale: #848484. Windows color (decimal): -10314398 or 6462818. OLE color: 6462818.
HSL color Cylindrical-coordinate representation of color #629D62: hue angle of 120º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #629D62 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 157 | 98 | - |
| CMYK | 0.38 | 0 | 0.38 | 0.38 |
| HSL | 120º | 0.23% | 0.5% | - |
| HSV(B) | 120º | 0.38% | 0.62% | - |
| XYZ | 19.3 | 27.59 | 15.86 | - |
| YUV | 132.63 | 108.45 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 157 | 98 | 0.38 | 0 | 0.38 | 0.38 | 120 | 0.23 | 0.5 |
| Hex | 62 | 9D | 62 | 26 | 0 | 26 | 26 | 78 | 17 | 32 |
| Octal | 142 | 235 | 142 | 46 | 0 | 46 | 46 | 170 | 27 | 62 |
| Binary | 1100010 | 10011101 | 1100010 | 100110 | 0 | 100110 | 100110 | 1111000 | 10111 | 110010 |
Color Harmonies of #629D62
Complementary color
Monochromatic Colors of #629D62
Black with #629D62
Text Example
Text Example
White with #629D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629D62; }
p { color: rgb(98,157,98); }
H1.HeaderClassName
{
color: #629D62;
}
.AnyTagClassName
{
color: #629D62;
}
</style>
background-color css
<style>
a { background-color: #629D62; }
a { background-color: rgb(98,157,98); }
div.DivClassName
{
background-color: #629D62;
}
.BgClassName
{
background-color: #629D62;
}
</style>
border-color css
<style>
span { border-color: #629D62; }
span { border-color: rgb(98,157,98); }
td.TdClassName
{
border-color: #629D62;
}
.TagClassName
{
border-color: #629D62;
}
</style>