Shades of Hippie Green #61885F
Tints of Hippie Green #61885F
RGB
CMYK
RGB Variations
Color information
#61885F (or 0x61885F) is known color: Hippie Green. HEX triplet: 61, 88 and 5F. RGB value is (97,136,95). Sum of RGB (Red+Green+Blue) = 97+136+95=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 136 (53.52% from 255 or 41.46% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 136 - color contains mainly: green. Hex color #61885F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61885F is #9E77A0. Grayscale: #777777. Windows color (decimal): -10385313 or 6260833. OLE color: 6260833.
HSL color Cylindrical-coordinate representation of color #61885F: hue angle of 117.07º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61885F is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 136 | 95 | - |
| CMYK | 0.29 | 0 | 0.30 | 0.47 |
| HSL | 117.07º | 0.18% | 0.45% | - |
| HSV(B) | 117.07º | 0.3% | 0.53% | - |
| XYZ | 15.8 | 20.98 | 14.04 | - |
| YUV | 119.67 | 114.08 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 136 | 95 | 0.29 | 0 | 0.30 | 0.47 | 117.07 | 0.18 | 0.45 |
| Hex | 61 | 88 | 5F | 1D | 0 | 1E | 2F | 75 | 12 | 2D |
| Octal | 141 | 210 | 137 | 35 | 0 | 36 | 57 | 165 | 22 | 55 |
| Binary | 1100001 | 10001000 | 1011111 | 11101 | 0 | 11110 | 101111 | 1110101 | 10010 | 101101 |
Color Harmonies of #61885F
Complementary color
Monochromatic Colors of #61885F
Black with #61885F
Text Example
Text Example
White with #61885F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61885F; }
p { color: rgb(97,136,95); }
H1.HeaderClassName
{
color: #61885F;
}
.AnyTagClassName
{
color: #61885F;
}
</style>
background-color css
<style>
a { background-color: #61885F; }
a { background-color: rgb(97,136,95); }
div.DivClassName
{
background-color: #61885F;
}
.BgClassName
{
background-color: #61885F;
}
</style>
border-color css
<style>
span { border-color: #61885F; }
span { border-color: rgb(97,136,95); }
td.TdClassName
{
border-color: #61885F;
}
.TagClassName
{
border-color: #61885F;
}
</style>