Shades of Hippie Green #629152
Tints of Hippie Green #629152
RGB
CMYK
RGB Variations
Color information
#629152 (or 0x629152) is known color: Hippie Green. HEX triplet: 62, 91 and 52. RGB value is (98,145,82). Sum of RGB (Red+Green+Blue) = 98+145+82=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 145 - color contains mainly: green. Hex color #629152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629152 is #9D6EAD. Grayscale: #7B7B7B. Windows color (decimal): -10317486 or 5411170. OLE color: 5411170.
HSL color Cylindrical-coordinate representation of color #629152: hue angle of 104.76º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #629152 is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 145 | 82 | - |
| CMYK | 0.32 | 0 | 0.43 | 0.43 |
| HSL | 104.76º | 0.28% | 0.45% | - |
| HSV(B) | 104.76º | 0.43% | 0.57% | - |
| XYZ | 16.69 | 23.46 | 11.63 | - |
| YUV | 123.77 | 104.43 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 145 | 82 | 0.32 | 0 | 0.43 | 0.43 | 104.76 | 0.28 | 0.45 |
| Hex | 62 | 91 | 52 | 20 | 0 | 2B | 2B | 69 | 1C | 2D |
| Octal | 142 | 221 | 122 | 40 | 0 | 53 | 53 | 151 | 34 | 55 |
| Binary | 1100010 | 10010001 | 1010010 | 100000 | 0 | 101011 | 101011 | 1101001 | 11100 | 101101 |
Color Harmonies of #629152
Complementary color
Monochromatic Colors of #629152
Black with #629152
Text Example
Text Example
White with #629152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629152; }
p { color: rgb(98,145,82); }
H1.HeaderClassName
{
color: #629152;
}
.AnyTagClassName
{
color: #629152;
}
</style>
background-color css
<style>
a { background-color: #629152; }
a { background-color: rgb(98,145,82); }
div.DivClassName
{
background-color: #629152;
}
.BgClassName
{
background-color: #629152;
}
</style>
border-color css
<style>
span { border-color: #629152; }
span { border-color: rgb(98,145,82); }
td.TdClassName
{
border-color: #629152;
}
.TagClassName
{
border-color: #629152;
}
</style>