Shades of Hippie Green #5D795F
Tints of Hippie Green #5D795F
RGB
CMYK
RGB Variations
Color information
#5D795F (or 0x5D795F) is known color: Hippie Green. HEX triplet: 5D, 79 and 5F. RGB value is (93,121,95). Sum of RGB (Red+Green+Blue) = 93+121+95=309 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.10% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 121 - color contains mainly: green. Hex color #5D795F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D795F is #A286A0. Grayscale: #6D6D6D. Windows color (decimal): -10651297 or 6256989. OLE color: 6256989.
HSL color Cylindrical-coordinate representation of color #5D795F: hue angle of 124.29º 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 #5D795F is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 121 | 95 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.53 |
| HSL | 124.29º | 0.13% | 0.42% | - |
| HSV(B) | 124.29º | 0.23% | 0.47% | - |
| XYZ | 13.42 | 16.83 | 13.37 | - |
| YUV | 109.66 | 119.72 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 121 | 95 | 0.23 | 0 | 0.21 | 0.53 | 124.29 | 0.13 | 0.42 |
| Hex | 5D | 79 | 5F | 17 | 0 | 15 | 35 | 7C | D | 2A |
| Octal | 135 | 171 | 137 | 27 | 0 | 25 | 65 | 174 | 15 | 52 |
| Binary | 1011101 | 1111001 | 1011111 | 10111 | 0 | 10101 | 110101 | 1111100 | 1101 | 101010 |
Color Harmonies of #5D795F
Complementary color
Monochromatic Colors of #5D795F
Black with #5D795F
Text Example
Text Example
White with #5D795F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D795F; }
p { color: rgb(93,121,95); }
H1.HeaderClassName
{
color: #5D795F;
}
.AnyTagClassName
{
color: #5D795F;
}
</style>
background-color css
<style>
a { background-color: #5D795F; }
a { background-color: rgb(93,121,95); }
div.DivClassName
{
background-color: #5D795F;
}
.BgClassName
{
background-color: #5D795F;
}
</style>
border-color css
<style>
span { border-color: #5D795F; }
span { border-color: rgb(93,121,95); }
td.TdClassName
{
border-color: #5D795F;
}
.TagClassName
{
border-color: #5D795F;
}
</style>