Shades of Hippie Green #55874D
Tints of Hippie Green #55874D
RGB
CMYK
RGB Variations
Color information
#55874D (or 0x55874D) is known color: Hippie Green. HEX triplet: 55, 87 and 4D. RGB value is (85,135,77). Sum of RGB (Red+Green+Blue) = 85+135+77=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 135 (53.12% from 255 or 45.45% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 135 - color contains mainly: green. Hex color #55874D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55874D is #AA78B2. Grayscale: #717171. Windows color (decimal): -11172019 or 5080917. OLE color: 5080917.
HSL color Cylindrical-coordinate representation of color #55874D: hue angle of 111.72º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55874D is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 135 | 77 | - |
| CMYK | 0.37 | 0 | 0.43 | 0.47 |
| HSL | 111.72º | 0.27% | 0.42% | - |
| HSV(B) | 111.72º | 0.43% | 0.53% | - |
| XYZ | 13.75 | 19.8 | 10.12 | - |
| YUV | 113.44 | 107.44 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 135 | 77 | 0.37 | 0 | 0.43 | 0.47 | 111.72 | 0.27 | 0.42 |
| Hex | 55 | 87 | 4D | 25 | 0 | 2B | 2F | 70 | 1B | 2A |
| Octal | 125 | 207 | 115 | 45 | 0 | 53 | 57 | 160 | 33 | 52 |
| Binary | 1010101 | 10000111 | 1001101 | 100101 | 0 | 101011 | 101111 | 1110000 | 11011 | 101010 |
Color Harmonies of #55874D
Complementary color
Monochromatic Colors of #55874D
Black with #55874D
Text Example
Text Example
White with #55874D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55874D; }
p { color: rgb(85,135,77); }
H1.HeaderClassName
{
color: #55874D;
}
.AnyTagClassName
{
color: #55874D;
}
</style>
background-color css
<style>
a { background-color: #55874D; }
a { background-color: rgb(85,135,77); }
div.DivClassName
{
background-color: #55874D;
}
.BgClassName
{
background-color: #55874D;
}
</style>
border-color css
<style>
span { border-color: #55874D; }
span { border-color: rgb(85,135,77); }
td.TdClassName
{
border-color: #55874D;
}
.TagClassName
{
border-color: #55874D;
}
</style>