Shades of Hippie Green #62825B
Tints of Hippie Green #62825B
RGB
CMYK
RGB Variations
Color information
#62825B (or 0x62825B) is known color: Hippie Green. HEX triplet: 62, 82 and 5B. RGB value is (98,130,91). Sum of RGB (Red+Green+Blue) = 98+130+91=319 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.72% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 130 - color contains mainly: green. Hex color #62825B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62825B is #9D7DA4. Grayscale: #747474. Windows color (decimal): -10321317 or 5997154. OLE color: 5997154.
HSL color Cylindrical-coordinate representation of color #62825B: hue angle of 109.23º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #62825B is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 130 | 91 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.49 |
| HSL | 109.23º | 0.18% | 0.43% | - |
| HSV(B) | 109.23º | 0.3% | 0.51% | - |
| XYZ | 14.91 | 19.32 | 12.84 | - |
| YUV | 115.99 | 113.9 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 130 | 91 | 0.25 | 0 | 0.30 | 0.49 | 109.23 | 0.18 | 0.43 |
| Hex | 62 | 82 | 5B | 19 | 0 | 1E | 31 | 6D | 12 | 2B |
| Octal | 142 | 202 | 133 | 31 | 0 | 36 | 61 | 155 | 22 | 53 |
| Binary | 1100010 | 10000010 | 1011011 | 11001 | 0 | 11110 | 110001 | 1101101 | 10010 | 101011 |
Color Harmonies of #62825B
Complementary color
Monochromatic Colors of #62825B
Black with #62825B
Text Example
Text Example
White with #62825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62825B; }
p { color: rgb(98,130,91); }
H1.HeaderClassName
{
color: #62825B;
}
.AnyTagClassName
{
color: #62825B;
}
</style>
background-color css
<style>
a { background-color: #62825B; }
a { background-color: rgb(98,130,91); }
div.DivClassName
{
background-color: #62825B;
}
.BgClassName
{
background-color: #62825B;
}
</style>
border-color css
<style>
span { border-color: #62825B; }
span { border-color: rgb(98,130,91); }
td.TdClassName
{
border-color: #62825B;
}
.TagClassName
{
border-color: #62825B;
}
</style>