Shades of Hippie Green #628A62
Tints of Hippie Green #628A62
RGB
CMYK
RGB Variations
Color information
#628A62 (or 0x628A62) is known color: Hippie Green. HEX triplet: 62, 8A and 62. RGB value is (98,138,98). Sum of RGB (Red+Green+Blue) = 98+138+98=334 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.34% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 138 - color contains mainly: green. Hex color #628A62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628A62 is #9D759D. Grayscale: #797979. Windows color (decimal): -10319262 or 6457954. OLE color: 6457954.
HSL color Cylindrical-coordinate representation of color #628A62: hue angle of 120º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #628A62 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 98 | 138 | 98 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.46 |
| HSL | 120º | 0.17% | 0.46% | - |
| HSV(B) | 120º | 0.29% | 0.54% | - |
| XYZ | 16.33 | 21.66 | 14.87 | - |
| YUV | 121.48 | 114.75 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 138 | 98 | 0.29 | 0 | 0.29 | 0.46 | 120 | 0.17 | 0.46 |
| Hex | 62 | 8A | 62 | 1D | 0 | 1D | 2E | 78 | 11 | 2E |
| Octal | 142 | 212 | 142 | 35 | 0 | 35 | 56 | 170 | 21 | 56 |
| Binary | 1100010 | 10001010 | 1100010 | 11101 | 0 | 11101 | 101110 | 1111000 | 10001 | 101110 |
Color Harmonies of #628A62
Complementary color
Monochromatic Colors of #628A62
Black with #628A62
Text Example
Text Example
White with #628A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628A62; }
p { color: rgb(98,138,98); }
H1.HeaderClassName
{
color: #628A62;
}
.AnyTagClassName
{
color: #628A62;
}
</style>
background-color css
<style>
a { background-color: #628A62; }
a { background-color: rgb(98,138,98); }
div.DivClassName
{
background-color: #628A62;
}
.BgClassName
{
background-color: #628A62;
}
</style>
border-color css
<style>
span { border-color: #628A62; }
span { border-color: rgb(98,138,98); }
td.TdClassName
{
border-color: #628A62;
}
.TagClassName
{
border-color: #628A62;
}
</style>