Shades of Hippie Green #617E5D
Tints of Hippie Green #617E5D
RGB
CMYK
RGB Variations
Color information
#617E5D (or 0x617E5D) is known color: Hippie Green. HEX triplet: 61, 7E and 5D. RGB value is (97,126,93). Sum of RGB (Red+Green+Blue) = 97+126+93=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 126 - color contains mainly: green. Hex color #617E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617E5D is #9E81A2. Grayscale: #717171. Windows color (decimal): -10387875 or 6127201. OLE color: 6127201.
HSL color Cylindrical-coordinate representation of color #617E5D: hue angle of 112.73º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #617E5D is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 126 | 93 | - |
| CMYK | 0.23 | 0 | 0.26 | 0.51 |
| HSL | 112.73º | 0.15% | 0.43% | - |
| HSV(B) | 112.73º | 0.26% | 0.49% | - |
| XYZ | 14.37 | 18.25 | 13.12 | - |
| YUV | 113.57 | 116.39 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 126 | 93 | 0.23 | 0 | 0.26 | 0.51 | 112.73 | 0.15 | 0.43 |
| Hex | 61 | 7E | 5D | 17 | 0 | 1A | 33 | 71 | F | 2B |
| Octal | 141 | 176 | 135 | 27 | 0 | 32 | 63 | 161 | 17 | 53 |
| Binary | 1100001 | 1111110 | 1011101 | 10111 | 0 | 11010 | 110011 | 1110001 | 1111 | 101011 |
Color Harmonies of #617E5D
Complementary color
Monochromatic Colors of #617E5D
Black with #617E5D
Text Example
Text Example
White with #617E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617E5D; }
p { color: rgb(97,126,93); }
H1.HeaderClassName
{
color: #617E5D;
}
.AnyTagClassName
{
color: #617E5D;
}
</style>
background-color css
<style>
a { background-color: #617E5D; }
a { background-color: rgb(97,126,93); }
div.DivClassName
{
background-color: #617E5D;
}
.BgClassName
{
background-color: #617E5D;
}
</style>
border-color css
<style>
span { border-color: #617E5D; }
span { border-color: rgb(97,126,93); }
td.TdClassName
{
border-color: #617E5D;
}
.TagClassName
{
border-color: #617E5D;
}
</style>