Shades of Hippie Green #5D785E
Tints of Hippie Green #5D785E
RGB
CMYK
RGB Variations
Color information
#5D785E (or 0x5D785E) is known color: Hippie Green. HEX triplet: 5D, 78 and 5E. RGB value is (93,120,94). Sum of RGB (Red+Green+Blue) = 93+120+94=307 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.29% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 120 - color contains mainly: green. Hex color #5D785E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D785E is #A287A1. Grayscale: #6D6D6D. Windows color (decimal): -10651554 or 6191197. OLE color: 6191197.
HSL color Cylindrical-coordinate representation of color #5D785E: hue angle of 122.22º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5D785E is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 120 | 94 | - |
| CMYK | 0.22 | 0 | 0.22 | 0.53 |
| HSL | 122.22º | 0.13% | 0.42% | - |
| HSV(B) | 122.22º | 0.23% | 0.47% | - |
| XYZ | 13.25 | 16.57 | 13.09 | - |
| YUV | 108.96 | 119.55 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 120 | 94 | 0.22 | 0 | 0.22 | 0.53 | 122.22 | 0.13 | 0.42 |
| Hex | 5D | 78 | 5E | 16 | 0 | 16 | 35 | 7A | D | 2A |
| Octal | 135 | 170 | 136 | 26 | 0 | 26 | 65 | 172 | 15 | 52 |
| Binary | 1011101 | 1111000 | 1011110 | 10110 | 0 | 10110 | 110101 | 1111010 | 1101 | 101010 |
Color Harmonies of #5D785E
Complementary color
Monochromatic Colors of #5D785E
Black with #5D785E
Text Example
Text Example
White with #5D785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D785E; }
p { color: rgb(93,120,94); }
H1.HeaderClassName
{
color: #5D785E;
}
.AnyTagClassName
{
color: #5D785E;
}
</style>
background-color css
<style>
a { background-color: #5D785E; }
a { background-color: rgb(93,120,94); }
div.DivClassName
{
background-color: #5D785E;
}
.BgClassName
{
background-color: #5D785E;
}
</style>
border-color css
<style>
span { border-color: #5D785E; }
span { border-color: rgb(93,120,94); }
td.TdClassName
{
border-color: #5D785E;
}
.TagClassName
{
border-color: #5D785E;
}
</style>