Shades of Hippie Green #62865D
Tints of Hippie Green #62865D
RGB
CMYK
RGB Variations
Color information
#62865D (or 0x62865D) is known color: Hippie Green. HEX triplet: 62, 86 and 5D. RGB value is (98,134,93). Sum of RGB (Red+Green+Blue) = 98+134+93=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 134 - color contains mainly: green. Hex color #62865D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62865D is #9D79A2. Grayscale: #767676. Windows color (decimal): -10320291 or 6129250. OLE color: 6129250.
HSL color Cylindrical-coordinate representation of color #62865D: hue angle of 112.68º 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 #62865D is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 134 | 93 | - |
| CMYK | 0.27 | 0 | 0.31 | 0.47 |
| HSL | 112.68º | 0.18% | 0.45% | - |
| HSV(B) | 112.68º | 0.31% | 0.53% | - |
| XYZ | 15.54 | 20.44 | 13.48 | - |
| YUV | 118.56 | 113.57 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 134 | 93 | 0.27 | 0 | 0.31 | 0.47 | 112.68 | 0.18 | 0.45 |
| Hex | 62 | 86 | 5D | 1B | 0 | 1F | 2F | 71 | 12 | 2D |
| Octal | 142 | 206 | 135 | 33 | 0 | 37 | 57 | 161 | 22 | 55 |
| Binary | 1100010 | 10000110 | 1011101 | 11011 | 0 | 11111 | 101111 | 1110001 | 10010 | 101101 |
Color Harmonies of #62865D
Complementary color
Monochromatic Colors of #62865D
Black with #62865D
Text Example
Text Example
White with #62865D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62865D; }
p { color: rgb(98,134,93); }
H1.HeaderClassName
{
color: #62865D;
}
.AnyTagClassName
{
color: #62865D;
}
</style>
background-color css
<style>
a { background-color: #62865D; }
a { background-color: rgb(98,134,93); }
div.DivClassName
{
background-color: #62865D;
}
.BgClassName
{
background-color: #62865D;
}
</style>
border-color css
<style>
span { border-color: #62865D; }
span { border-color: rgb(98,134,93); }
td.TdClassName
{
border-color: #62865D;
}
.TagClassName
{
border-color: #62865D;
}
</style>