Shades of Hippie Green #5D8761
Tints of Hippie Green #5D8761
RGB
CMYK
RGB Variations
Color information
#5D8761 (or 0x5D8761) is known color: Hippie Green. HEX triplet: 5D, 87 and 61. RGB value is (93,135,97). Sum of RGB (Red+Green+Blue) = 93+135+97=325 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.62% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 135 - color contains mainly: green. Hex color #5D8761 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8761 is #A2789E. Grayscale: #767676. Windows color (decimal): -10647711 or 6391645. OLE color: 6391645.
HSL color Cylindrical-coordinate representation of color #5D8761: hue angle of 125.71º 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 #5D8761 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 135 | 97 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.47 |
| HSL | 125.71º | 0.18% | 0.45% | - |
| HSV(B) | 125.71º | 0.31% | 0.53% | - |
| XYZ | 15.34 | 20.52 | 14.46 | - |
| YUV | 118.11 | 116.09 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 135 | 97 | 0.31 | 0 | 0.28 | 0.47 | 125.71 | 0.18 | 0.45 |
| Hex | 5D | 87 | 61 | 1F | 0 | 1C | 2F | 7E | 12 | 2D |
| Octal | 135 | 207 | 141 | 37 | 0 | 34 | 57 | 176 | 22 | 55 |
| Binary | 1011101 | 10000111 | 1100001 | 11111 | 0 | 11100 | 101111 | 1111110 | 10010 | 101101 |
Color Harmonies of #5D8761
Complementary color
Monochromatic Colors of #5D8761
Black with #5D8761
Text Example
Text Example
White with #5D8761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8761; }
p { color: rgb(93,135,97); }
H1.HeaderClassName
{
color: #5D8761;
}
.AnyTagClassName
{
color: #5D8761;
}
</style>
background-color css
<style>
a { background-color: #5D8761; }
a { background-color: rgb(93,135,97); }
div.DivClassName
{
background-color: #5D8761;
}
.BgClassName
{
background-color: #5D8761;
}
</style>
border-color css
<style>
span { border-color: #5D8761; }
span { border-color: rgb(93,135,97); }
td.TdClassName
{
border-color: #5D8761;
}
.TagClassName
{
border-color: #5D8761;
}
</style>