Shades of Hippie Green #62875D
Tints of Hippie Green #62875D
RGB
CMYK
RGB Variations
Color information
#62875D (or 0x62875D) is known color: Hippie Green. HEX triplet: 62, 87 and 5D. RGB value is (98,135,93). Sum of RGB (Red+Green+Blue) = 98+135+93=326 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.06% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 135 - color contains mainly: green. Hex color #62875D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62875D is #9D78A2. Grayscale: #777777. Windows color (decimal): -10320035 or 6129506. OLE color: 6129506.
HSL color Cylindrical-coordinate representation of color #62875D: hue angle of 112.86º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #62875D is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 135 | 93 | - |
| CMYK | 0.27 | 0 | 0.31 | 0.47 |
| HSL | 112.86º | 0.18% | 0.45% | - |
| HSV(B) | 112.86º | 0.31% | 0.53% | - |
| XYZ | 15.68 | 20.71 | 13.53 | - |
| YUV | 119.15 | 113.24 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 135 | 93 | 0.27 | 0 | 0.31 | 0.47 | 112.86 | 0.18 | 0.45 |
| Hex | 62 | 87 | 5D | 1B | 0 | 1F | 2F | 71 | 12 | 2D |
| Octal | 142 | 207 | 135 | 33 | 0 | 37 | 57 | 161 | 22 | 55 |
| Binary | 1100010 | 10000111 | 1011101 | 11011 | 0 | 11111 | 101111 | 1110001 | 10010 | 101101 |
Color Harmonies of #62875D
Complementary color
Monochromatic Colors of #62875D
Black with #62875D
Text Example
Text Example
White with #62875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62875D; }
p { color: rgb(98,135,93); }
H1.HeaderClassName
{
color: #62875D;
}
.AnyTagClassName
{
color: #62875D;
}
</style>
background-color css
<style>
a { background-color: #62875D; }
a { background-color: rgb(98,135,93); }
div.DivClassName
{
background-color: #62875D;
}
.BgClassName
{
background-color: #62875D;
}
</style>
border-color css
<style>
span { border-color: #62875D; }
span { border-color: rgb(98,135,93); }
td.TdClassName
{
border-color: #62875D;
}
.TagClassName
{
border-color: #62875D;
}
</style>