Shades of Hippie Green #629052
Tints of Hippie Green #629052
RGB
CMYK
RGB Variations
Color information
#629052 (or 0x629052) is known color: Hippie Green. HEX triplet: 62, 90 and 52. RGB value is (98,144,82). Sum of RGB (Red+Green+Blue) = 98+144+82=324 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.25% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 144 - color contains mainly: green. Hex color #629052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629052 is #9D6FAD. Grayscale: #7B7B7B. Windows color (decimal): -10317742 or 5410914. OLE color: 5410914.
HSL color Cylindrical-coordinate representation of color #629052: hue angle of 104.52º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #629052 is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 144 | 82 | - |
| CMYK | 0.32 | 0 | 0.43 | 0.44 |
| HSL | 104.52º | 0.27% | 0.44% | - |
| HSV(B) | 104.52º | 0.43% | 0.56% | - |
| XYZ | 16.53 | 23.15 | 11.58 | - |
| YUV | 123.18 | 104.76 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 144 | 82 | 0.32 | 0 | 0.43 | 0.44 | 104.52 | 0.27 | 0.44 |
| Hex | 62 | 90 | 52 | 20 | 0 | 2B | 2C | 69 | 1B | 2C |
| Octal | 142 | 220 | 122 | 40 | 0 | 53 | 54 | 151 | 33 | 54 |
| Binary | 1100010 | 10010000 | 1010010 | 100000 | 0 | 101011 | 101100 | 1101001 | 11011 | 101100 |
Color Harmonies of #629052
Complementary color
Monochromatic Colors of #629052
Black with #629052
Text Example
Text Example
White with #629052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629052; }
p { color: rgb(98,144,82); }
H1.HeaderClassName
{
color: #629052;
}
.AnyTagClassName
{
color: #629052;
}
</style>
background-color css
<style>
a { background-color: #629052; }
a { background-color: rgb(98,144,82); }
div.DivClassName
{
background-color: #629052;
}
.BgClassName
{
background-color: #629052;
}
</style>
border-color css
<style>
span { border-color: #629052; }
span { border-color: rgb(98,144,82); }
td.TdClassName
{
border-color: #629052;
}
.TagClassName
{
border-color: #629052;
}
</style>