Shades of Hippie Green #61855E
Tints of Hippie Green #61855E
RGB
CMYK
RGB Variations
Color information
#61855E (or 0x61855E) is known color: Hippie Green. HEX triplet: 61, 85 and 5E. RGB value is (97,133,94). Sum of RGB (Red+Green+Blue) = 97+133+94=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 133 - color contains mainly: green. Hex color #61855E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61855E is #9E7AA1. Grayscale: #757575. Windows color (decimal): -10386082 or 6194529. OLE color: 6194529.
HSL color Cylindrical-coordinate representation of color #61855E: hue angle of 115.38º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #61855E is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 97 | 133 | 94 | - |
| CMYK | 0.27 | 0 | 0.29 | 0.48 |
| HSL | 115.38º | 0.17% | 0.45% | - |
| HSV(B) | 115.38º | 0.29% | 0.52% | - |
| XYZ | 15.34 | 20.12 | 13.67 | - |
| YUV | 117.79 | 114.57 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 133 | 94 | 0.27 | 0 | 0.29 | 0.48 | 115.38 | 0.17 | 0.45 |
| Hex | 61 | 85 | 5E | 1B | 0 | 1D | 30 | 73 | 11 | 2D |
| Octal | 141 | 205 | 136 | 33 | 0 | 35 | 60 | 163 | 21 | 55 |
| Binary | 1100001 | 10000101 | 1011110 | 11011 | 0 | 11101 | 110000 | 1110011 | 10001 | 101101 |
Color Harmonies of #61855E
Complementary color
Monochromatic Colors of #61855E
Black with #61855E
Text Example
Text Example
White with #61855E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61855E; }
p { color: rgb(97,133,94); }
H1.HeaderClassName
{
color: #61855E;
}
.AnyTagClassName
{
color: #61855E;
}
</style>
background-color css
<style>
a { background-color: #61855E; }
a { background-color: rgb(97,133,94); }
div.DivClassName
{
background-color: #61855E;
}
.BgClassName
{
background-color: #61855E;
}
</style>
border-color css
<style>
span { border-color: #61855E; }
span { border-color: rgb(97,133,94); }
td.TdClassName
{
border-color: #61855E;
}
.TagClassName
{
border-color: #61855E;
}
</style>