Shades of Hippie Green #629F5D
Tints of Hippie Green #629F5D
RGB
CMYK
RGB Variations
Color information
#629F5D (or 0x629F5D) is known color: Hippie Green. HEX triplet: 62, 9F and 5D. RGB value is (98,159,93). Sum of RGB (Red+Green+Blue) = 98+159+93=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 159 (62.5% from 255 or 45.43% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 159 - color contains mainly: green. Hex color #629F5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629F5D is #9D60A2. Grayscale: #858585. Windows color (decimal): -10313891 or 6135650. OLE color: 6135650.
HSL color Cylindrical-coordinate representation of color #629F5D: hue angle of 115.45º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #629F5D is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 159 | 93 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.38 |
| HSL | 115.45º | 0.26% | 0.49% | - |
| HSV(B) | 115.45º | 0.42% | 0.62% | - |
| XYZ | 19.41 | 28.18 | 14.77 | - |
| YUV | 133.24 | 105.29 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 159 | 93 | 0.38 | 0 | 0.42 | 0.38 | 115.45 | 0.26 | 0.49 |
| Hex | 62 | 9F | 5D | 26 | 0 | 2A | 26 | 73 | 1A | 31 |
| Octal | 142 | 237 | 135 | 46 | 0 | 52 | 46 | 163 | 32 | 61 |
| Binary | 1100010 | 10011111 | 1011101 | 100110 | 0 | 101010 | 100110 | 1110011 | 11010 | 110001 |
Color Harmonies of #629F5D
Complementary color
Monochromatic Colors of #629F5D
Black with #629F5D
Text Example
Text Example
White with #629F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629F5D; }
p { color: rgb(98,159,93); }
H1.HeaderClassName
{
color: #629F5D;
}
.AnyTagClassName
{
color: #629F5D;
}
</style>
background-color css
<style>
a { background-color: #629F5D; }
a { background-color: rgb(98,159,93); }
div.DivClassName
{
background-color: #629F5D;
}
.BgClassName
{
background-color: #629F5D;
}
</style>
border-color css
<style>
span { border-color: #629F5D; }
span { border-color: rgb(98,159,93); }
td.TdClassName
{
border-color: #629F5D;
}
.TagClassName
{
border-color: #629F5D;
}
</style>