Shades of Hippie Green #55974C
Tints of Hippie Green #55974C
RGB
CMYK
RGB Variations
Color information
#55974C (or 0x55974C) is known color: Hippie Green. HEX triplet: 55, 97 and 4C. RGB value is (85,151,76). Sum of RGB (Red+Green+Blue) = 85+151+76=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 151 (59.38% from 255 or 48.40% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 151 - color contains mainly: green. Hex color #55974C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55974C is #AA68B3. Grayscale: #7A7A7A. Windows color (decimal): -11167924 or 5019477. OLE color: 5019477.
HSL color Cylindrical-coordinate representation of color #55974C: hue angle of 112.8º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55974C is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 85 | 151 | 76 | - |
| CMYK | 0.44 | 0 | 0.50 | 0.41 |
| HSL | 112.8º | 0.33% | 0.45% | - |
| HSV(B) | 112.8º | 0.5% | 0.59% | - |
| XYZ | 16.12 | 24.59 | 10.73 | - |
| YUV | 122.72 | 101.63 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 151 | 76 | 0.44 | 0 | 0.50 | 0.41 | 112.8 | 0.33 | 0.45 |
| Hex | 55 | 97 | 4C | 2C | 0 | 32 | 29 | 71 | 21 | 2D |
| Octal | 125 | 227 | 114 | 54 | 0 | 62 | 51 | 161 | 41 | 55 |
| Binary | 1010101 | 10010111 | 1001100 | 101100 | 0 | 110010 | 101001 | 1110001 | 100001 | 101101 |
Color Harmonies of #55974C
Complementary color
Monochromatic Colors of #55974C
Black with #55974C
Text Example
Text Example
White with #55974C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55974C; }
p { color: rgb(85,151,76); }
H1.HeaderClassName
{
color: #55974C;
}
.AnyTagClassName
{
color: #55974C;
}
</style>
background-color css
<style>
a { background-color: #55974C; }
a { background-color: rgb(85,151,76); }
div.DivClassName
{
background-color: #55974C;
}
.BgClassName
{
background-color: #55974C;
}
</style>
border-color css
<style>
span { border-color: #55974C; }
span { border-color: rgb(85,151,76); }
td.TdClassName
{
border-color: #55974C;
}
.TagClassName
{
border-color: #55974C;
}
</style>