Shades of Hippie Green #627C61
Tints of Hippie Green #627C61
RGB
CMYK
RGB Variations
Color information
#627C61 (or 0x627C61) is known color: Hippie Green. HEX triplet: 62, 7C and 61. RGB value is (98,124,97). Sum of RGB (Red+Green+Blue) = 98+124+97=319 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.72% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 124 - color contains mainly: green. Hex color #627C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627C61 is #9D839E. Grayscale: #717171. Windows color (decimal): -10322847 or 6388834. OLE color: 6388834.
HSL color Cylindrical-coordinate representation of color #627C61: hue angle of 117.78º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #627C61 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 124 | 97 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.51 |
| HSL | 117.78º | 0.12% | 0.43% | - |
| HSV(B) | 117.78º | 0.22% | 0.49% | - |
| XYZ | 14.4 | 17.88 | 14 | - |
| YUV | 113.15 | 118.89 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 124 | 97 | 0.21 | 0 | 0.22 | 0.51 | 117.78 | 0.12 | 0.43 |
| Hex | 62 | 7C | 61 | 15 | 0 | 16 | 33 | 76 | C | 2B |
| Octal | 142 | 174 | 141 | 25 | 0 | 26 | 63 | 166 | 14 | 53 |
| Binary | 1100010 | 1111100 | 1100001 | 10101 | 0 | 10110 | 110011 | 1110110 | 1100 | 101011 |
Color Harmonies of #627C61
Complementary color
Monochromatic Colors of #627C61
Black with #627C61
Text Example
Text Example
White with #627C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627C61; }
p { color: rgb(98,124,97); }
H1.HeaderClassName
{
color: #627C61;
}
.AnyTagClassName
{
color: #627C61;
}
</style>
background-color css
<style>
a { background-color: #627C61; }
a { background-color: rgb(98,124,97); }
div.DivClassName
{
background-color: #627C61;
}
.BgClassName
{
background-color: #627C61;
}
</style>
border-color css
<style>
span { border-color: #627C61; }
span { border-color: rgb(98,124,97); }
td.TdClassName
{
border-color: #627C61;
}
.TagClassName
{
border-color: #627C61;
}
</style>