Shades of Hippie Green #57935C
Tints of Hippie Green #57935C
RGB
CMYK
RGB Variations
Color information
#57935C (or 0x57935C) is known color: Hippie Green. HEX triplet: 57, 93 and 5C. RGB value is (87,147,92). Sum of RGB (Red+Green+Blue) = 87+147+92=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 147 - color contains mainly: green. Hex color #57935C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57935C is #A86CA3. Grayscale: #7A7A7A. Windows color (decimal): -11037860 or 6067031. OLE color: 6067031.
HSL color Cylindrical-coordinate representation of color #57935C: hue angle of 125º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #57935C is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 87 | 147 | 92 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.42 |
| HSL | 125º | 0.26% | 0.46% | - |
| HSV(B) | 125º | 0.41% | 0.58% | - |
| XYZ | 16.3 | 23.67 | 13.83 | - |
| YUV | 122.79 | 110.62 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 147 | 92 | 0.41 | 0 | 0.37 | 0.42 | 125 | 0.26 | 0.46 |
| Hex | 57 | 93 | 5C | 29 | 0 | 25 | 2A | 7D | 1A | 2E |
| Octal | 127 | 223 | 134 | 51 | 0 | 45 | 52 | 175 | 32 | 56 |
| Binary | 1010111 | 10010011 | 1011100 | 101001 | 0 | 100101 | 101010 | 1111101 | 11010 | 101110 |
Color Harmonies of #57935C
Complementary color
Monochromatic Colors of #57935C
Black with #57935C
Text Example
Text Example
White with #57935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57935C; }
p { color: rgb(87,147,92); }
H1.HeaderClassName
{
color: #57935C;
}
.AnyTagClassName
{
color: #57935C;
}
</style>
background-color css
<style>
a { background-color: #57935C; }
a { background-color: rgb(87,147,92); }
div.DivClassName
{
background-color: #57935C;
}
.BgClassName
{
background-color: #57935C;
}
</style>
border-color css
<style>
span { border-color: #57935C; }
span { border-color: rgb(87,147,92); }
td.TdClassName
{
border-color: #57935C;
}
.TagClassName
{
border-color: #57935C;
}
</style>