Shades of Hippie Green #5D865D
Tints of Hippie Green #5D865D
RGB
CMYK
RGB Variations
Color information
#5D865D (or 0x5D865D) is known color: Hippie Green. HEX triplet: 5D, 86 and 5D. RGB value is (93,134,93). Sum of RGB (Red+Green+Blue) = 93+134+93=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 134 - color contains mainly: green. Hex color #5D865D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D865D is #A279A2. Grayscale: #757575. Windows color (decimal): -10647971 or 6129245. OLE color: 6129245.
HSL color Cylindrical-coordinate representation of color #5D865D: 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 #5D865D is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 134 | 93 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.47 |
| HSL | 120º | 0.18% | 0.45% | - |
| HSV(B) | 120º | 0.31% | 0.53% | - |
| XYZ | 15.02 | 20.17 | 13.46 | - |
| YUV | 117.07 | 114.42 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 134 | 93 | 0.31 | 0 | 0.31 | 0.47 | 120 | 0.18 | 0.45 |
| Hex | 5D | 86 | 5D | 1F | 0 | 1F | 2F | 78 | 12 | 2D |
| Octal | 135 | 206 | 135 | 37 | 0 | 37 | 57 | 170 | 22 | 55 |
| Binary | 1011101 | 10000110 | 1011101 | 11111 | 0 | 11111 | 101111 | 1111000 | 10010 | 101101 |
Color Harmonies of #5D865D
Complementary color
Monochromatic Colors of #5D865D
Black with #5D865D
Text Example
Text Example
White with #5D865D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D865D; }
p { color: rgb(93,134,93); }
H1.HeaderClassName
{
color: #5D865D;
}
.AnyTagClassName
{
color: #5D865D;
}
</style>
background-color css
<style>
a { background-color: #5D865D; }
a { background-color: rgb(93,134,93); }
div.DivClassName
{
background-color: #5D865D;
}
.BgClassName
{
background-color: #5D865D;
}
</style>
border-color css
<style>
span { border-color: #5D865D; }
span { border-color: rgb(93,134,93); }
td.TdClassName
{
border-color: #5D865D;
}
.TagClassName
{
border-color: #5D865D;
}
</style>