Shades of Hippie Green #55875A
Tints of Hippie Green #55875A
RGB
CMYK
RGB Variations
Color information
#55875A (or 0x55875A) is known color: Hippie Green. HEX triplet: 55, 87 and 5A. RGB value is (85,135,90). Sum of RGB (Red+Green+Blue) = 85+135+90=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 135 - color contains mainly: green. Hex color #55875A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55875A is #AA78A5. Grayscale: #737373. Windows color (decimal): -11172006 or 5932885. OLE color: 5932885.
HSL color Cylindrical-coordinate representation of color #55875A: hue angle of 126º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #55875A is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 135 | 90 | - |
| CMYK | 0.37 | 0 | 0.33 | 0.47 |
| HSL | 126º | 0.23% | 0.43% | - |
| HSV(B) | 126º | 0.37% | 0.53% | - |
| XYZ | 14.26 | 20 | 12.78 | - |
| YUV | 114.92 | 113.94 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 135 | 90 | 0.37 | 0 | 0.33 | 0.47 | 126 | 0.23 | 0.43 |
| Hex | 55 | 87 | 5A | 25 | 0 | 21 | 2F | 7E | 17 | 2B |
| Octal | 125 | 207 | 132 | 45 | 0 | 41 | 57 | 176 | 27 | 53 |
| Binary | 1010101 | 10000111 | 1011010 | 100101 | 0 | 100001 | 101111 | 1111110 | 10111 | 101011 |
Color Harmonies of #55875A
Complementary color
Monochromatic Colors of #55875A
Black with #55875A
Text Example
Text Example
White with #55875A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55875A; }
p { color: rgb(85,135,90); }
H1.HeaderClassName
{
color: #55875A;
}
.AnyTagClassName
{
color: #55875A;
}
</style>
background-color css
<style>
a { background-color: #55875A; }
a { background-color: rgb(85,135,90); }
div.DivClassName
{
background-color: #55875A;
}
.BgClassName
{
background-color: #55875A;
}
</style>
border-color css
<style>
span { border-color: #55875A; }
span { border-color: rgb(85,135,90); }
td.TdClassName
{
border-color: #55875A;
}
.TagClassName
{
border-color: #55875A;
}
</style>