Shades of Hippie Green #627C60
Tints of Hippie Green #627C60
RGB
CMYK
RGB Variations
Color information
#627C60 (or 0x627C60) is known color: Hippie Green. HEX triplet: 62, 7C and 60. RGB value is (98,124,96). Sum of RGB (Red+Green+Blue) = 98+124+96=318 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.82% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 124 - color contains mainly: green. Hex color #627C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627C60 is #9D839F. Grayscale: #717171. Windows color (decimal): -10322848 or 6323298. OLE color: 6323298.
HSL color Cylindrical-coordinate representation of color #627C60: hue angle of 115.71º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #627C60 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 124 | 96 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.51 |
| HSL | 115.71º | 0.13% | 0.43% | - |
| HSV(B) | 115.71º | 0.23% | 0.49% | - |
| XYZ | 14.36 | 17.86 | 13.76 | - |
| YUV | 113.03 | 118.39 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 124 | 96 | 0.21 | 0 | 0.23 | 0.51 | 115.71 | 0.13 | 0.43 |
| Hex | 62 | 7C | 60 | 15 | 0 | 17 | 33 | 74 | D | 2B |
| Octal | 142 | 174 | 140 | 25 | 0 | 27 | 63 | 164 | 15 | 53 |
| Binary | 1100010 | 1111100 | 1100000 | 10101 | 0 | 10111 | 110011 | 1110100 | 1101 | 101011 |
Color Harmonies of #627C60
Complementary color
Monochromatic Colors of #627C60
Black with #627C60
Text Example
Text Example
White with #627C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627C60; }
p { color: rgb(98,124,96); }
H1.HeaderClassName
{
color: #627C60;
}
.AnyTagClassName
{
color: #627C60;
}
</style>
background-color css
<style>
a { background-color: #627C60; }
a { background-color: rgb(98,124,96); }
div.DivClassName
{
background-color: #627C60;
}
.BgClassName
{
background-color: #627C60;
}
</style>
border-color css
<style>
span { border-color: #627C60; }
span { border-color: rgb(98,124,96); }
td.TdClassName
{
border-color: #627C60;
}
.TagClassName
{
border-color: #627C60;
}
</style>