Shades of Hippie Green #5D975E
Tints of Hippie Green #5D975E
RGB
CMYK
RGB Variations
Color information
#5D975E (or 0x5D975E) is known color: Hippie Green. HEX triplet: 5D, 97 and 5E. RGB value is (93,151,94). Sum of RGB (Red+Green+Blue) = 93+151+94=338 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.51% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 151 - color contains mainly: green. Hex color #5D975E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D975E is #A268A1. Grayscale: #7F7F7F. Windows color (decimal): -10643618 or 6199133. OLE color: 6199133.
HSL color Cylindrical-coordinate representation of color #5D975E: hue angle of 121.03º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D975E is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 93 | 151 | 94 | - |
| CMYK | 0.38 | 0 | 0.38 | 0.41 |
| HSL | 121.03º | 0.24% | 0.48% | - |
| HSV(B) | 121.03º | 0.38% | 0.59% | - |
| XYZ | 17.6 | 25.27 | 14.54 | - |
| YUV | 127.16 | 109.28 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 151 | 94 | 0.38 | 0 | 0.38 | 0.41 | 121.03 | 0.24 | 0.48 |
| Hex | 5D | 97 | 5E | 26 | 0 | 26 | 29 | 79 | 18 | 30 |
| Octal | 135 | 227 | 136 | 46 | 0 | 46 | 51 | 171 | 30 | 60 |
| Binary | 1011101 | 10010111 | 1011110 | 100110 | 0 | 100110 | 101001 | 1111001 | 11000 | 110000 |
Color Harmonies of #5D975E
Complementary color
Monochromatic Colors of #5D975E
Black with #5D975E
Text Example
Text Example
White with #5D975E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D975E; }
p { color: rgb(93,151,94); }
H1.HeaderClassName
{
color: #5D975E;
}
.AnyTagClassName
{
color: #5D975E;
}
</style>
background-color css
<style>
a { background-color: #5D975E; }
a { background-color: rgb(93,151,94); }
div.DivClassName
{
background-color: #5D975E;
}
.BgClassName
{
background-color: #5D975E;
}
</style>
border-color css
<style>
span { border-color: #5D975E; }
span { border-color: rgb(93,151,94); }
td.TdClassName
{
border-color: #5D975E;
}
.TagClassName
{
border-color: #5D975E;
}
</style>