Shades of Hippie Green #62875A
Tints of Hippie Green #62875A
RGB
CMYK
RGB Variations
Color information
#62875A (or 0x62875A) is known color: Hippie Green. HEX triplet: 62, 87 and 5A. RGB value is (98,135,90). Sum of RGB (Red+Green+Blue) = 98+135+90=323 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.34% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 135 - color contains mainly: green. Hex color #62875A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62875A is #9D78A5. Grayscale: #767676. Windows color (decimal): -10320038 or 5932898. OLE color: 5932898.
HSL color Cylindrical-coordinate representation of color #62875A: hue angle of 109.33º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #62875A is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 135 | 90 | - |
| CMYK | 0.27 | 0 | 0.33 | 0.47 |
| HSL | 109.33º | 0.2% | 0.44% | - |
| HSV(B) | 109.33º | 0.33% | 0.53% | - |
| XYZ | 15.55 | 20.66 | 12.84 | - |
| YUV | 118.81 | 111.74 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 135 | 90 | 0.27 | 0 | 0.33 | 0.47 | 109.33 | 0.2 | 0.44 |
| Hex | 62 | 87 | 5A | 1B | 0 | 21 | 2F | 6D | 14 | 2C |
| Octal | 142 | 207 | 132 | 33 | 0 | 41 | 57 | 155 | 24 | 54 |
| Binary | 1100010 | 10000111 | 1011010 | 11011 | 0 | 100001 | 101111 | 1101101 | 10100 | 101100 |
Color Harmonies of #62875A
Complementary color
Monochromatic Colors of #62875A
Black with #62875A
Text Example
Text Example
White with #62875A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62875A; }
p { color: rgb(98,135,90); }
H1.HeaderClassName
{
color: #62875A;
}
.AnyTagClassName
{
color: #62875A;
}
</style>
background-color css
<style>
a { background-color: #62875A; }
a { background-color: rgb(98,135,90); }
div.DivClassName
{
background-color: #62875A;
}
.BgClassName
{
background-color: #62875A;
}
</style>
border-color css
<style>
span { border-color: #62875A; }
span { border-color: rgb(98,135,90); }
td.TdClassName
{
border-color: #62875A;
}
.TagClassName
{
border-color: #62875A;
}
</style>