Shades of Hippie Green #629350
Tints of Hippie Green #629350
RGB
CMYK
RGB Variations
Color information
#629350 (or 0x629350) is known color: Hippie Green. HEX triplet: 62, 93 and 50. RGB value is (98,147,80). Sum of RGB (Red+Green+Blue) = 98+147+80=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 147 - color contains mainly: green. Hex color #629350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629350 is #9D6CAF. Grayscale: #7C7C7C. Windows color (decimal): -10316976 or 5280610. OLE color: 5280610.
HSL color Cylindrical-coordinate representation of color #629350: hue angle of 103.88º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #629350 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 147 | 80 | - |
| CMYK | 0.33 | 0 | 0.46 | 0.42 |
| HSL | 103.88º | 0.3% | 0.45% | - |
| HSV(B) | 103.88º | 0.46% | 0.58% | - |
| XYZ | 16.92 | 24.04 | 11.34 | - |
| YUV | 124.71 | 102.77 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 147 | 80 | 0.33 | 0 | 0.46 | 0.42 | 103.88 | 0.3 | 0.45 |
| Hex | 62 | 93 | 50 | 21 | 0 | 2E | 2A | 68 | 1E | 2D |
| Octal | 142 | 223 | 120 | 41 | 0 | 56 | 52 | 150 | 36 | 55 |
| Binary | 1100010 | 10010011 | 1010000 | 100001 | 0 | 101110 | 101010 | 1101000 | 11110 | 101101 |
Color Harmonies of #629350
Complementary color
Monochromatic Colors of #629350
Black with #629350
Text Example
Text Example
White with #629350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629350; }
p { color: rgb(98,147,80); }
H1.HeaderClassName
{
color: #629350;
}
.AnyTagClassName
{
color: #629350;
}
</style>
background-color css
<style>
a { background-color: #629350; }
a { background-color: rgb(98,147,80); }
div.DivClassName
{
background-color: #629350;
}
.BgClassName
{
background-color: #629350;
}
</style>
border-color css
<style>
span { border-color: #629350; }
span { border-color: rgb(98,147,80); }
td.TdClassName
{
border-color: #629350;
}
.TagClassName
{
border-color: #629350;
}
</style>