Shades of Hippie Green #5D785F
Tints of Hippie Green #5D785F
RGB
CMYK
RGB Variations
Color information
#5D785F (or 0x5D785F) is known color: Hippie Green. HEX triplet: 5D, 78 and 5F. RGB value is (93,120,95). Sum of RGB (Red+Green+Blue) = 93+120+95=308 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.19% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 120 - color contains mainly: green. Hex color #5D785F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D785F is #A287A0. Grayscale: #6D6D6D. Windows color (decimal): -10651553 or 6256733. OLE color: 6256733.
HSL color Cylindrical-coordinate representation of color #5D785F: hue angle of 124.44º 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 #5D785F is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 120 | 95 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.53 |
| HSL | 124.44º | 0.13% | 0.42% | - |
| HSV(B) | 124.44º | 0.23% | 0.47% | - |
| XYZ | 13.3 | 16.59 | 13.33 | - |
| YUV | 109.08 | 120.05 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 120 | 95 | 0.22 | 0 | 0.21 | 0.53 | 124.44 | 0.13 | 0.42 |
| Hex | 5D | 78 | 5F | 16 | 0 | 15 | 35 | 7C | D | 2A |
| Octal | 135 | 170 | 137 | 26 | 0 | 25 | 65 | 174 | 15 | 52 |
| Binary | 1011101 | 1111000 | 1011111 | 10110 | 0 | 10101 | 110101 | 1111100 | 1101 | 101010 |
Color Harmonies of #5D785F
Complementary color
Monochromatic Colors of #5D785F
Black with #5D785F
Text Example
Text Example
White with #5D785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D785F; }
p { color: rgb(93,120,95); }
H1.HeaderClassName
{
color: #5D785F;
}
.AnyTagClassName
{
color: #5D785F;
}
</style>
background-color css
<style>
a { background-color: #5D785F; }
a { background-color: rgb(93,120,95); }
div.DivClassName
{
background-color: #5D785F;
}
.BgClassName
{
background-color: #5D785F;
}
</style>
border-color css
<style>
span { border-color: #5D785F; }
span { border-color: rgb(93,120,95); }
td.TdClassName
{
border-color: #5D785F;
}
.TagClassName
{
border-color: #5D785F;
}
</style>