Shades of Hippie Green #57954D
Tints of Hippie Green #57954D
RGB
CMYK
RGB Variations
Color information
#57954D (or 0x57954D) is known color: Hippie Green. HEX triplet: 57, 95 and 4D. RGB value is (87,149,77). Sum of RGB (Red+Green+Blue) = 87+149+77=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 149 - color contains mainly: green. Hex color #57954D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57954D is #A86AB2. Grayscale: #7A7A7A. Windows color (decimal): -11037363 or 5084503. OLE color: 5084503.
HSL color Cylindrical-coordinate representation of color #57954D: hue angle of 111.67º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #57954D is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 87 | 149 | 77 | - |
| CMYK | 0.42 | 0 | 0.48 | 0.42 |
| HSL | 111.67º | 0.32% | 0.44% | - |
| HSV(B) | 111.67º | 0.48% | 0.58% | - |
| XYZ | 16.02 | 24.06 | 10.82 | - |
| YUV | 122.25 | 102.46 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 149 | 77 | 0.42 | 0 | 0.48 | 0.42 | 111.67 | 0.32 | 0.44 |
| Hex | 57 | 95 | 4D | 2A | 0 | 30 | 2A | 70 | 20 | 2C |
| Octal | 127 | 225 | 115 | 52 | 0 | 60 | 52 | 160 | 40 | 54 |
| Binary | 1010111 | 10010101 | 1001101 | 101010 | 0 | 110000 | 101010 | 1110000 | 100000 | 101100 |
Color Harmonies of #57954D
Complementary color
Monochromatic Colors of #57954D
Black with #57954D
Text Example
Text Example
White with #57954D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57954D; }
p { color: rgb(87,149,77); }
H1.HeaderClassName
{
color: #57954D;
}
.AnyTagClassName
{
color: #57954D;
}
</style>
background-color css
<style>
a { background-color: #57954D; }
a { background-color: rgb(87,149,77); }
div.DivClassName
{
background-color: #57954D;
}
.BgClassName
{
background-color: #57954D;
}
</style>
border-color css
<style>
span { border-color: #57954D; }
span { border-color: rgb(87,149,77); }
td.TdClassName
{
border-color: #57954D;
}
.TagClassName
{
border-color: #57954D;
}
</style>