Shades of Hippie Green #57954C
Tints of Hippie Green #57954C
RGB
CMYK
RGB Variations
Color information
#57954C (or 0x57954C) is known color: Hippie Green. HEX triplet: 57, 95 and 4C. RGB value is (87,149,76). Sum of RGB (Red+Green+Blue) = 87+149+76=312 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.88% from 312); Green value is 149 (58.59% from 255 or 47.76% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 149 - color contains mainly: green. Hex color #57954C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57954C is #A86AB3. Grayscale: #7A7A7A. Windows color (decimal): -11037364 or 5018967. OLE color: 5018967.
HSL color Cylindrical-coordinate representation of color #57954C: hue angle of 110.96º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57954C is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 87 | 149 | 76 | - |
| CMYK | 0.42 | 0 | 0.49 | 0.42 |
| HSL | 110.96º | 0.32% | 0.44% | - |
| HSV(B) | 110.96º | 0.49% | 0.58% | - |
| XYZ | 15.98 | 24.04 | 10.64 | - |
| YUV | 122.14 | 101.96 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 149 | 76 | 0.42 | 0 | 0.49 | 0.42 | 110.96 | 0.32 | 0.44 |
| Hex | 57 | 95 | 4C | 2A | 0 | 31 | 2A | 6F | 20 | 2C |
| Octal | 127 | 225 | 114 | 52 | 0 | 61 | 52 | 157 | 40 | 54 |
| Binary | 1010111 | 10010101 | 1001100 | 101010 | 0 | 110001 | 101010 | 1101111 | 100000 | 101100 |
Color Harmonies of #57954C
Complementary color
Monochromatic Colors of #57954C
Black with #57954C
Text Example
Text Example
White with #57954C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57954C; }
p { color: rgb(87,149,76); }
H1.HeaderClassName
{
color: #57954C;
}
.AnyTagClassName
{
color: #57954C;
}
</style>
background-color css
<style>
a { background-color: #57954C; }
a { background-color: rgb(87,149,76); }
div.DivClassName
{
background-color: #57954C;
}
.BgClassName
{
background-color: #57954C;
}
</style>
border-color css
<style>
span { border-color: #57954C; }
span { border-color: rgb(87,149,76); }
td.TdClassName
{
border-color: #57954C;
}
.TagClassName
{
border-color: #57954C;
}
</style>