Shades of Hippie Green #55964D
Tints of Hippie Green #55964D
RGB
CMYK
RGB Variations
Color information
#55964D (or 0x55964D) is known color: Hippie Green. HEX triplet: 55, 96 and 4D. RGB value is (85,150,77). Sum of RGB (Red+Green+Blue) = 85+150+77=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 150 (58.98% from 255 or 48.08% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 150 - color contains mainly: green. Hex color #55964D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55964D is #AA69B2. Grayscale: #7A7A7A. Windows color (decimal): -11168179 or 5084757. OLE color: 5084757.
HSL color Cylindrical-coordinate representation of color #55964D: hue angle of 113.42º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55964D is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 85 | 150 | 77 | - |
| CMYK | 0.43 | 0 | 0.49 | 0.41 |
| HSL | 113.42º | 0.32% | 0.45% | - |
| HSV(B) | 113.42º | 0.49% | 0.59% | - |
| XYZ | 15.99 | 24.28 | 10.86 | - |
| YUV | 122.24 | 102.47 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 150 | 77 | 0.43 | 0 | 0.49 | 0.41 | 113.42 | 0.32 | 0.45 |
| Hex | 55 | 96 | 4D | 2B | 0 | 31 | 29 | 71 | 20 | 2D |
| Octal | 125 | 226 | 115 | 53 | 0 | 61 | 51 | 161 | 40 | 55 |
| Binary | 1010101 | 10010110 | 1001101 | 101011 | 0 | 110001 | 101001 | 1110001 | 100000 | 101101 |
Color Harmonies of #55964D
Complementary color
Monochromatic Colors of #55964D
Black with #55964D
Text Example
Text Example
White with #55964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55964D; }
p { color: rgb(85,150,77); }
H1.HeaderClassName
{
color: #55964D;
}
.AnyTagClassName
{
color: #55964D;
}
</style>
background-color css
<style>
a { background-color: #55964D; }
a { background-color: rgb(85,150,77); }
div.DivClassName
{
background-color: #55964D;
}
.BgClassName
{
background-color: #55964D;
}
</style>
border-color css
<style>
span { border-color: #55964D; }
span { border-color: rgb(85,150,77); }
td.TdClassName
{
border-color: #55964D;
}
.TagClassName
{
border-color: #55964D;
}
</style>