Shades of Hippie Green #57905B
Tints of Hippie Green #57905B
RGB
CMYK
RGB Variations
Color information
#57905B (or 0x57905B) is known color: Hippie Green. HEX triplet: 57, 90 and 5B. RGB value is (87,144,91). Sum of RGB (Red+Green+Blue) = 87+144+91=322 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.02% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 144 - color contains mainly: green. Hex color #57905B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57905B is #A86FA4. Grayscale: #797979. Windows color (decimal): -11038629 or 6000727. OLE color: 6000727.
HSL color Cylindrical-coordinate representation of color #57905B: hue angle of 124.21º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #57905B is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 144 | 91 | - |
| CMYK | 0.40 | 0 | 0.37 | 0.44 |
| HSL | 124.21º | 0.25% | 0.45% | - |
| HSV(B) | 124.21º | 0.4% | 0.56% | - |
| XYZ | 15.79 | 22.73 | 13.45 | - |
| YUV | 120.92 | 111.12 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 144 | 91 | 0.40 | 0 | 0.37 | 0.44 | 124.21 | 0.25 | 0.45 |
| Hex | 57 | 90 | 5B | 28 | 0 | 25 | 2C | 7C | 19 | 2D |
| Octal | 127 | 220 | 133 | 50 | 0 | 45 | 54 | 174 | 31 | 55 |
| Binary | 1010111 | 10010000 | 1011011 | 101000 | 0 | 100101 | 101100 | 1111100 | 11001 | 101101 |
Color Harmonies of #57905B
Complementary color
Monochromatic Colors of #57905B
Black with #57905B
Text Example
Text Example
White with #57905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57905B; }
p { color: rgb(87,144,91); }
H1.HeaderClassName
{
color: #57905B;
}
.AnyTagClassName
{
color: #57905B;
}
</style>
background-color css
<style>
a { background-color: #57905B; }
a { background-color: rgb(87,144,91); }
div.DivClassName
{
background-color: #57905B;
}
.BgClassName
{
background-color: #57905B;
}
</style>
border-color css
<style>
span { border-color: #57905B; }
span { border-color: rgb(87,144,91); }
td.TdClassName
{
border-color: #57905B;
}
.TagClassName
{
border-color: #57905B;
}
</style>