Shades of Hippie Green #61855D
Tints of Hippie Green #61855D
RGB
CMYK
RGB Variations
Color information
#61855D (or 0x61855D) is known color: Hippie Green. HEX triplet: 61, 85 and 5D. RGB value is (97,133,93). Sum of RGB (Red+Green+Blue) = 97+133+93=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 133 - color contains mainly: green. Hex color #61855D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61855D is #9E7AA2. Grayscale: #757575. Windows color (decimal): -10386083 or 6128993. OLE color: 6128993.
HSL color Cylindrical-coordinate representation of color #61855D: hue angle of 114º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61855D is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 97 | 133 | 93 | - |
| CMYK | 0.27 | 0 | 0.30 | 0.48 |
| HSL | 114º | 0.18% | 0.44% | - |
| HSV(B) | 114º | 0.3% | 0.52% | - |
| XYZ | 15.29 | 20.11 | 13.43 | - |
| YUV | 117.68 | 114.07 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 133 | 93 | 0.27 | 0 | 0.30 | 0.48 | 114 | 0.18 | 0.44 |
| Hex | 61 | 85 | 5D | 1B | 0 | 1E | 30 | 72 | 12 | 2C |
| Octal | 141 | 205 | 135 | 33 | 0 | 36 | 60 | 162 | 22 | 54 |
| Binary | 1100001 | 10000101 | 1011101 | 11011 | 0 | 11110 | 110000 | 1110010 | 10010 | 101100 |
Color Harmonies of #61855D
Complementary color
Monochromatic Colors of #61855D
Black with #61855D
Text Example
Text Example
White with #61855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61855D; }
p { color: rgb(97,133,93); }
H1.HeaderClassName
{
color: #61855D;
}
.AnyTagClassName
{
color: #61855D;
}
</style>
background-color css
<style>
a { background-color: #61855D; }
a { background-color: rgb(97,133,93); }
div.DivClassName
{
background-color: #61855D;
}
.BgClassName
{
background-color: #61855D;
}
</style>
border-color css
<style>
span { border-color: #61855D; }
span { border-color: rgb(97,133,93); }
td.TdClassName
{
border-color: #61855D;
}
.TagClassName
{
border-color: #61855D;
}
</style>