Shades of Hippie Green #57925E
Tints of Hippie Green #57925E
RGB
CMYK
RGB Variations
Color information
#57925E (or 0x57925E) is known color: Hippie Green. HEX triplet: 57, 92 and 5E. RGB value is (87,146,94). Sum of RGB (Red+Green+Blue) = 87+146+94=327 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.61% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 146 - color contains mainly: green. Hex color #57925E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57925E is #A86DA1. Grayscale: #7A7A7A. Windows color (decimal): -11038114 or 6197847. OLE color: 6197847.
HSL color Cylindrical-coordinate representation of color #57925E: hue angle of 127.12º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #57925E is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 87 | 146 | 94 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.43 |
| HSL | 127.12º | 0.25% | 0.46% | - |
| HSV(B) | 127.12º | 0.4% | 0.57% | - |
| XYZ | 16.23 | 23.39 | 14.25 | - |
| YUV | 122.43 | 111.95 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 146 | 94 | 0.40 | 0 | 0.36 | 0.43 | 127.12 | 0.25 | 0.46 |
| Hex | 57 | 92 | 5E | 28 | 0 | 24 | 2B | 7F | 19 | 2E |
| Octal | 127 | 222 | 136 | 50 | 0 | 44 | 53 | 177 | 31 | 56 |
| Binary | 1010111 | 10010010 | 1011110 | 101000 | 0 | 100100 | 101011 | 1111111 | 11001 | 101110 |
Color Harmonies of #57925E
Complementary color
Monochromatic Colors of #57925E
Black with #57925E
Text Example
Text Example
White with #57925E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57925E; }
p { color: rgb(87,146,94); }
H1.HeaderClassName
{
color: #57925E;
}
.AnyTagClassName
{
color: #57925E;
}
</style>
background-color css
<style>
a { background-color: #57925E; }
a { background-color: rgb(87,146,94); }
div.DivClassName
{
background-color: #57925E;
}
.BgClassName
{
background-color: #57925E;
}
</style>
border-color css
<style>
span { border-color: #57925E; }
span { border-color: rgb(87,146,94); }
td.TdClassName
{
border-color: #57925E;
}
.TagClassName
{
border-color: #57925E;
}
</style>