Shades of Hippie Green #5D875B
Tints of Hippie Green #5D875B
RGB
CMYK
RGB Variations
Color information
#5D875B (or 0x5D875B) is known color: Hippie Green. HEX triplet: 5D, 87 and 5B. RGB value is (93,135,91). Sum of RGB (Red+Green+Blue) = 93+135+91=319 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.15% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 135 - color contains mainly: green. Hex color #5D875B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D875B is #A278A4. Grayscale: #757575. Windows color (decimal): -10647717 or 5998429. OLE color: 5998429.
HSL color Cylindrical-coordinate representation of color #5D875B: hue angle of 117.27º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5D875B is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 135 | 91 | - |
| CMYK | 0.31 | 0 | 0.33 | 0.47 |
| HSL | 117.27º | 0.19% | 0.44% | - |
| HSV(B) | 117.27º | 0.33% | 0.53% | - |
| XYZ | 15.07 | 20.41 | 13.04 | - |
| YUV | 117.43 | 113.09 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 135 | 91 | 0.31 | 0 | 0.33 | 0.47 | 117.27 | 0.19 | 0.44 |
| Hex | 5D | 87 | 5B | 1F | 0 | 21 | 2F | 75 | 13 | 2C |
| Octal | 135 | 207 | 133 | 37 | 0 | 41 | 57 | 165 | 23 | 54 |
| Binary | 1011101 | 10000111 | 1011011 | 11111 | 0 | 100001 | 101111 | 1110101 | 10011 | 101100 |
Color Harmonies of #5D875B
Complementary color
Monochromatic Colors of #5D875B
Black with #5D875B
Text Example
Text Example
White with #5D875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D875B; }
p { color: rgb(93,135,91); }
H1.HeaderClassName
{
color: #5D875B;
}
.AnyTagClassName
{
color: #5D875B;
}
</style>
background-color css
<style>
a { background-color: #5D875B; }
a { background-color: rgb(93,135,91); }
div.DivClassName
{
background-color: #5D875B;
}
.BgClassName
{
background-color: #5D875B;
}
</style>
border-color css
<style>
span { border-color: #5D875B; }
span { border-color: rgb(93,135,91); }
td.TdClassName
{
border-color: #5D875B;
}
.TagClassName
{
border-color: #5D875B;
}
</style>