Shades of Hippie Green #62955C
Tints of Hippie Green #62955C
RGB
CMYK
RGB Variations
Color information
#62955C (or 0x62955C) is known color: Hippie Green. HEX triplet: 62, 95 and 5C. RGB value is (98,149,92). Sum of RGB (Red+Green+Blue) = 98+149+92=339 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.91% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 149 - color contains mainly: green. Hex color #62955C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62955C is #9D6AA3. Grayscale: #7F7F7F. Windows color (decimal): -10316452 or 6067554. OLE color: 6067554.
HSL color Cylindrical-coordinate representation of color #62955C: hue angle of 113.68º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #62955C is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 149 | 92 | - |
| CMYK | 0.34 | 0 | 0.38 | 0.42 |
| HSL | 113.68º | 0.24% | 0.47% | - |
| HSV(B) | 113.68º | 0.38% | 0.58% | - |
| XYZ | 17.72 | 24.86 | 13.99 | - |
| YUV | 127.25 | 108.1 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 149 | 92 | 0.34 | 0 | 0.38 | 0.42 | 113.68 | 0.24 | 0.47 |
| Hex | 62 | 95 | 5C | 22 | 0 | 26 | 2A | 72 | 18 | 2F |
| Octal | 142 | 225 | 134 | 42 | 0 | 46 | 52 | 162 | 30 | 57 |
| Binary | 1100010 | 10010101 | 1011100 | 100010 | 0 | 100110 | 101010 | 1110010 | 11000 | 101111 |
Color Harmonies of #62955C
Complementary color
Monochromatic Colors of #62955C
Black with #62955C
Text Example
Text Example
White with #62955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62955C; }
p { color: rgb(98,149,92); }
H1.HeaderClassName
{
color: #62955C;
}
.AnyTagClassName
{
color: #62955C;
}
</style>
background-color css
<style>
a { background-color: #62955C; }
a { background-color: rgb(98,149,92); }
div.DivClassName
{
background-color: #62955C;
}
.BgClassName
{
background-color: #62955C;
}
</style>
border-color css
<style>
span { border-color: #62955C; }
span { border-color: rgb(98,149,92); }
td.TdClassName
{
border-color: #62955C;
}
.TagClassName
{
border-color: #62955C;
}
</style>