Shades of Hippie Green #5C875D
Tints of Hippie Green #5C875D
RGB
CMYK
RGB Variations
Color information
#5C875D (or 0x5C875D) is known color: Hippie Green. HEX triplet: 5C, 87 and 5D. RGB value is (92,135,93). Sum of RGB (Red+Green+Blue) = 92+135+93=320 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.75% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 135 - color contains mainly: green. Hex color #5C875D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C875D is #A378A2. Grayscale: #757575. Windows color (decimal): -10713251 or 6129500. OLE color: 6129500.
HSL color Cylindrical-coordinate representation of color #5C875D: hue angle of 121.4º 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 #5C875D is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 135 | 93 | - |
| CMYK | 0.32 | 0 | 0.31 | 0.47 |
| HSL | 121.4º | 0.19% | 0.45% | - |
| HSV(B) | 121.4º | 0.32% | 0.53% | - |
| XYZ | 15.05 | 20.39 | 13.5 | - |
| YUV | 117.36 | 114.25 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 135 | 93 | 0.32 | 0 | 0.31 | 0.47 | 121.4 | 0.19 | 0.45 |
| Hex | 5C | 87 | 5D | 20 | 0 | 1F | 2F | 79 | 13 | 2D |
| Octal | 134 | 207 | 135 | 40 | 0 | 37 | 57 | 171 | 23 | 55 |
| Binary | 1011100 | 10000111 | 1011101 | 100000 | 0 | 11111 | 101111 | 1111001 | 10011 | 101101 |
Color Harmonies of #5C875D
Complementary color
Monochromatic Colors of #5C875D
Black with #5C875D
Text Example
Text Example
White with #5C875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C875D; }
p { color: rgb(92,135,93); }
H1.HeaderClassName
{
color: #5C875D;
}
.AnyTagClassName
{
color: #5C875D;
}
</style>
background-color css
<style>
a { background-color: #5C875D; }
a { background-color: rgb(92,135,93); }
div.DivClassName
{
background-color: #5C875D;
}
.BgClassName
{
background-color: #5C875D;
}
</style>
border-color css
<style>
span { border-color: #5C875D; }
span { border-color: rgb(92,135,93); }
td.TdClassName
{
border-color: #5C875D;
}
.TagClassName
{
border-color: #5C875D;
}
</style>