Shades of Hippie Green #62825C
Tints of Hippie Green #62825C
RGB
CMYK
RGB Variations
Color information
#62825C (or 0x62825C) is known color: Hippie Green. HEX triplet: 62, 82 and 5C. RGB value is (98,130,92). Sum of RGB (Red+Green+Blue) = 98+130+92=320 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.62% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 130 - color contains mainly: green. Hex color #62825C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62825C is #9D7DA3. Grayscale: #747474. Windows color (decimal): -10321316 or 6062690. OLE color: 6062690.
HSL color Cylindrical-coordinate representation of color #62825C: hue angle of 110.53º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #62825C is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 130 | 92 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.49 |
| HSL | 110.53º | 0.17% | 0.44% | - |
| HSV(B) | 110.53º | 0.29% | 0.51% | - |
| XYZ | 14.95 | 19.33 | 13.07 | - |
| YUV | 116.1 | 114.4 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 130 | 92 | 0.25 | 0 | 0.29 | 0.49 | 110.53 | 0.17 | 0.44 |
| Hex | 62 | 82 | 5C | 19 | 0 | 1D | 31 | 6F | 11 | 2C |
| Octal | 142 | 202 | 134 | 31 | 0 | 35 | 61 | 157 | 21 | 54 |
| Binary | 1100010 | 10000010 | 1011100 | 11001 | 0 | 11101 | 110001 | 1101111 | 10001 | 101100 |
Color Harmonies of #62825C
Complementary color
Monochromatic Colors of #62825C
Black with #62825C
Text Example
Text Example
White with #62825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62825C; }
p { color: rgb(98,130,92); }
H1.HeaderClassName
{
color: #62825C;
}
.AnyTagClassName
{
color: #62825C;
}
</style>
background-color css
<style>
a { background-color: #62825C; }
a { background-color: rgb(98,130,92); }
div.DivClassName
{
background-color: #62825C;
}
.BgClassName
{
background-color: #62825C;
}
</style>
border-color css
<style>
span { border-color: #62825C; }
span { border-color: rgb(98,130,92); }
td.TdClassName
{
border-color: #62825C;
}
.TagClassName
{
border-color: #62825C;
}
</style>