Shades of Hippie Green #5C885D
Tints of Hippie Green #5C885D
RGB
CMYK
RGB Variations
Color information
#5C885D (or 0x5C885D) is known color: Hippie Green. HEX triplet: 5C, 88 and 5D. RGB value is (92,136,93). Sum of RGB (Red+Green+Blue) = 92+136+93=321 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.66% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 136 - color contains mainly: green. Hex color #5C885D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C885D is #A377A2. Grayscale: #767676. Windows color (decimal): -10712995 or 6129756. OLE color: 6129756.
HSL color Cylindrical-coordinate representation of color #5C885D: hue angle of 121.36º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5C885D is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 136 | 93 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.47 |
| HSL | 121.36º | 0.19% | 0.45% | - |
| HSV(B) | 121.36º | 0.32% | 0.53% | - |
| XYZ | 15.19 | 20.67 | 13.55 | - |
| YUV | 117.94 | 113.92 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 136 | 93 | 0.32 | 0 | 0.32 | 0.47 | 121.36 | 0.19 | 0.45 |
| Hex | 5C | 88 | 5D | 20 | 0 | 20 | 2F | 79 | 13 | 2D |
| Octal | 134 | 210 | 135 | 40 | 0 | 40 | 57 | 171 | 23 | 55 |
| Binary | 1011100 | 10001000 | 1011101 | 100000 | 0 | 100000 | 101111 | 1111001 | 10011 | 101101 |
Color Harmonies of #5C885D
Complementary color
Monochromatic Colors of #5C885D
Black with #5C885D
Text Example
Text Example
White with #5C885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C885D; }
p { color: rgb(92,136,93); }
H1.HeaderClassName
{
color: #5C885D;
}
.AnyTagClassName
{
color: #5C885D;
}
</style>
background-color css
<style>
a { background-color: #5C885D; }
a { background-color: rgb(92,136,93); }
div.DivClassName
{
background-color: #5C885D;
}
.BgClassName
{
background-color: #5C885D;
}
</style>
border-color css
<style>
span { border-color: #5C885D; }
span { border-color: rgb(92,136,93); }
td.TdClassName
{
border-color: #5C885D;
}
.TagClassName
{
border-color: #5C885D;
}
</style>