Shades of Hippie Green #628C62
Tints of Hippie Green #628C62
RGB
CMYK
RGB Variations
Color information
#628C62 (or 0x628C62) is known color: Hippie Green. HEX triplet: 62, 8C and 62. RGB value is (98,140,98). Sum of RGB (Red+Green+Blue) = 98+140+98=336 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.17% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 140 - color contains mainly: green. Hex color #628C62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628C62 is #9D739D. Grayscale: #7A7A7A. Windows color (decimal): -10318750 or 6458466. OLE color: 6458466.
HSL color Cylindrical-coordinate representation of color #628C62: hue angle of 120º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #628C62 is Cyan = 0.3, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 140 | 98 | - |
| CMYK | 0.3 | 0 | 0.3 | 0.45 |
| HSL | 120º | 0.18% | 0.47% | - |
| HSV(B) | 120º | 0.3% | 0.55% | - |
| XYZ | 16.62 | 22.23 | 14.97 | - |
| YUV | 122.65 | 114.09 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 140 | 98 | 0.3 | 0 | 0.3 | 0.45 | 120 | 0.18 | 0.47 |
| Hex | 62 | 8C | 62 | 1E | 0 | 1E | 2D | 78 | 12 | 2F |
| Octal | 142 | 214 | 142 | 36 | 0 | 36 | 55 | 170 | 22 | 57 |
| Binary | 1100010 | 10001100 | 1100010 | 11110 | 0 | 11110 | 101101 | 1111000 | 10010 | 101111 |
Color Harmonies of #628C62
Complementary color
Monochromatic Colors of #628C62
Black with #628C62
Text Example
Text Example
White with #628C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628C62; }
p { color: rgb(98,140,98); }
H1.HeaderClassName
{
color: #628C62;
}
.AnyTagClassName
{
color: #628C62;
}
</style>
background-color css
<style>
a { background-color: #628C62; }
a { background-color: rgb(98,140,98); }
div.DivClassName
{
background-color: #628C62;
}
.BgClassName
{
background-color: #628C62;
}
</style>
border-color css
<style>
span { border-color: #628C62; }
span { border-color: rgb(98,140,98); }
td.TdClassName
{
border-color: #628C62;
}
.TagClassName
{
border-color: #628C62;
}
</style>