Shades of Hippie Green #5D875D
Tints of Hippie Green #5D875D
RGB
CMYK
RGB Variations
Color information
#5D875D (or 0x5D875D) is known color: Hippie Green. HEX triplet: 5D, 87 and 5D. RGB value is (93,135,93). Sum of RGB (Red+Green+Blue) = 93+135+93=321 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.97% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 135 - color contains mainly: green. Hex color #5D875D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D875D is #A278A2. Grayscale: #757575. Windows color (decimal): -10647715 or 6129501. OLE color: 6129501.
HSL color Cylindrical-coordinate representation of color #5D875D: hue angle of 120º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5D875D is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 135 | 93 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.47 |
| HSL | 120º | 0.18% | 0.45% | - |
| HSV(B) | 120º | 0.31% | 0.53% | - |
| XYZ | 15.15 | 20.45 | 13.5 | - |
| YUV | 117.65 | 114.09 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 135 | 93 | 0.31 | 0 | 0.31 | 0.47 | 120 | 0.18 | 0.45 |
| Hex | 5D | 87 | 5D | 1F | 0 | 1F | 2F | 78 | 12 | 2D |
| Octal | 135 | 207 | 135 | 37 | 0 | 37 | 57 | 170 | 22 | 55 |
| Binary | 1011101 | 10000111 | 1011101 | 11111 | 0 | 11111 | 101111 | 1111000 | 10010 | 101101 |
Color Harmonies of #5D875D
Complementary color
Monochromatic Colors of #5D875D
Black with #5D875D
Text Example
Text Example
White with #5D875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D875D; }
p { color: rgb(93,135,93); }
H1.HeaderClassName
{
color: #5D875D;
}
.AnyTagClassName
{
color: #5D875D;
}
</style>
background-color css
<style>
a { background-color: #5D875D; }
a { background-color: rgb(93,135,93); }
div.DivClassName
{
background-color: #5D875D;
}
.BgClassName
{
background-color: #5D875D;
}
</style>
border-color css
<style>
span { border-color: #5D875D; }
span { border-color: rgb(93,135,93); }
td.TdClassName
{
border-color: #5D875D;
}
.TagClassName
{
border-color: #5D875D;
}
</style>