Shades of Hippie Green #628562
Tints of Hippie Green #628562
RGB
CMYK
RGB Variations
Color information
#628562 (or 0x628562) is known color: Hippie Green. HEX triplet: 62, 85 and 62. RGB value is (98,133,98). Sum of RGB (Red+Green+Blue) = 98+133+98=329 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.79% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 133 - color contains mainly: green. Hex color #628562 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628562 is #9D7A9D. Grayscale: #767676. Windows color (decimal): -10320542 or 6456674. OLE color: 6456674.
HSL color Cylindrical-coordinate representation of color #628562: hue angle of 120º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #628562 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 133 | 98 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.48 |
| HSL | 120º | 0.15% | 0.45% | - |
| HSV(B) | 120º | 0.26% | 0.52% | - |
| XYZ | 15.63 | 20.25 | 14.64 | - |
| YUV | 118.55 | 116.4 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 133 | 98 | 0.26 | 0 | 0.26 | 0.48 | 120 | 0.15 | 0.45 |
| Hex | 62 | 85 | 62 | 1A | 0 | 1A | 30 | 78 | F | 2D |
| Octal | 142 | 205 | 142 | 32 | 0 | 32 | 60 | 170 | 17 | 55 |
| Binary | 1100010 | 10000101 | 1100010 | 11010 | 0 | 11010 | 110000 | 1111000 | 1111 | 101101 |
Color Harmonies of #628562
Complementary color
Monochromatic Colors of #628562
Black with #628562
Text Example
Text Example
White with #628562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628562; }
p { color: rgb(98,133,98); }
H1.HeaderClassName
{
color: #628562;
}
.AnyTagClassName
{
color: #628562;
}
</style>
background-color css
<style>
a { background-color: #628562; }
a { background-color: rgb(98,133,98); }
div.DivClassName
{
background-color: #628562;
}
.BgClassName
{
background-color: #628562;
}
</style>
border-color css
<style>
span { border-color: #628562; }
span { border-color: rgb(98,133,98); }
td.TdClassName
{
border-color: #628562;
}
.TagClassName
{
border-color: #628562;
}
</style>