Shades of Hippie Green #57904D
Tints of Hippie Green #57904D
RGB
CMYK
RGB Variations
Color information
#57904D (or 0x57904D) is known color: Hippie Green. HEX triplet: 57, 90 and 4D. RGB value is (87,144,77). Sum of RGB (Red+Green+Blue) = 87+144+77=308 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.25% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 144 - color contains mainly: green. Hex color #57904D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57904D is #A86FB2. Grayscale: #777777. Windows color (decimal): -11038643 or 5083223. OLE color: 5083223.
HSL color Cylindrical-coordinate representation of color #57904D: hue angle of 111.04º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #57904D is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 144 | 77 | - |
| CMYK | 0.40 | 0 | 0.47 | 0.44 |
| HSL | 111.04º | 0.3% | 0.43% | - |
| HSV(B) | 111.04º | 0.47% | 0.56% | - |
| XYZ | 15.24 | 22.51 | 10.56 | - |
| YUV | 119.32 | 104.12 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 144 | 77 | 0.40 | 0 | 0.47 | 0.44 | 111.04 | 0.3 | 0.43 |
| Hex | 57 | 90 | 4D | 28 | 0 | 2F | 2C | 6F | 1E | 2B |
| Octal | 127 | 220 | 115 | 50 | 0 | 57 | 54 | 157 | 36 | 53 |
| Binary | 1010111 | 10010000 | 1001101 | 101000 | 0 | 101111 | 101100 | 1101111 | 11110 | 101011 |
Color Harmonies of #57904D
Complementary color
Monochromatic Colors of #57904D
Black with #57904D
Text Example
Text Example
White with #57904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57904D; }
p { color: rgb(87,144,77); }
H1.HeaderClassName
{
color: #57904D;
}
.AnyTagClassName
{
color: #57904D;
}
</style>
background-color css
<style>
a { background-color: #57904D; }
a { background-color: rgb(87,144,77); }
div.DivClassName
{
background-color: #57904D;
}
.BgClassName
{
background-color: #57904D;
}
</style>
border-color css
<style>
span { border-color: #57904D; }
span { border-color: rgb(87,144,77); }
td.TdClassName
{
border-color: #57904D;
}
.TagClassName
{
border-color: #57904D;
}
</style>