Shades of Hippie Green #627D62
Tints of Hippie Green #627D62
RGB
CMYK
RGB Variations
Color information
#627D62 (or 0x627D62) is known color: Hippie Green. HEX triplet: 62, 7D and 62. RGB value is (98,125,98). Sum of RGB (Red+Green+Blue) = 98+125+98=321 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.53% from 321); Green value is 125 (49.22% from 255 or 38.94% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 125 - color contains mainly: green. Hex color #627D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627D62 is #9D829D. Grayscale: #717171. Windows color (decimal): -10322590 or 6454626. OLE color: 6454626.
HSL color Cylindrical-coordinate representation of color #627D62: hue angle of 120º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #627D62 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 125 | 98 | - |
| CMYK | 0.22 | 0 | 0.22 | 0.51 |
| HSL | 120º | 0.12% | 0.44% | - |
| HSV(B) | 120º | 0.22% | 0.49% | - |
| XYZ | 14.58 | 18.15 | 14.29 | - |
| YUV | 113.85 | 119.05 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 125 | 98 | 0.22 | 0 | 0.22 | 0.51 | 120 | 0.12 | 0.44 |
| Hex | 62 | 7D | 62 | 16 | 0 | 16 | 33 | 78 | C | 2C |
| Octal | 142 | 175 | 142 | 26 | 0 | 26 | 63 | 170 | 14 | 54 |
| Binary | 1100010 | 1111101 | 1100010 | 10110 | 0 | 10110 | 110011 | 1111000 | 1100 | 101100 |
Color Harmonies of #627D62
Complementary color
Monochromatic Colors of #627D62
Black with #627D62
Text Example
Text Example
White with #627D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627D62; }
p { color: rgb(98,125,98); }
H1.HeaderClassName
{
color: #627D62;
}
.AnyTagClassName
{
color: #627D62;
}
</style>
background-color css
<style>
a { background-color: #627D62; }
a { background-color: rgb(98,125,98); }
div.DivClassName
{
background-color: #627D62;
}
.BgClassName
{
background-color: #627D62;
}
</style>
border-color css
<style>
span { border-color: #627D62; }
span { border-color: rgb(98,125,98); }
td.TdClassName
{
border-color: #627D62;
}
.TagClassName
{
border-color: #627D62;
}
</style>