Shades of Hippie Green #57835B
Tints of Hippie Green #57835B
RGB
CMYK
RGB Variations
Color information
#57835B (or 0x57835B) is known color: Hippie Green. HEX triplet: 57, 83 and 5B. RGB value is (87,131,91). Sum of RGB (Red+Green+Blue) = 87+131+91=309 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.16% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 131 - color contains mainly: green. Hex color #57835B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57835B is #A87CA4. Grayscale: #717171. Windows color (decimal): -11041957 or 5997399. OLE color: 5997399.
HSL color Cylindrical-coordinate representation of color #57835B: hue angle of 125.45º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #57835B is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 131 | 91 | - |
| CMYK | 0.34 | 0 | 0.31 | 0.49 |
| HSL | 125.45º | 0.2% | 0.43% | - |
| HSV(B) | 125.45º | 0.34% | 0.51% | - |
| XYZ | 13.94 | 19.01 | 12.83 | - |
| YUV | 113.28 | 115.42 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 131 | 91 | 0.34 | 0 | 0.31 | 0.49 | 125.45 | 0.2 | 0.43 |
| Hex | 57 | 83 | 5B | 22 | 0 | 1F | 31 | 7D | 14 | 2B |
| Octal | 127 | 203 | 133 | 42 | 0 | 37 | 61 | 175 | 24 | 53 |
| Binary | 1010111 | 10000011 | 1011011 | 100010 | 0 | 11111 | 110001 | 1111101 | 10100 | 101011 |
Color Harmonies of #57835B
Complementary color
Monochromatic Colors of #57835B
Black with #57835B
Text Example
Text Example
White with #57835B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57835B; }
p { color: rgb(87,131,91); }
H1.HeaderClassName
{
color: #57835B;
}
.AnyTagClassName
{
color: #57835B;
}
</style>
background-color css
<style>
a { background-color: #57835B; }
a { background-color: rgb(87,131,91); }
div.DivClassName
{
background-color: #57835B;
}
.BgClassName
{
background-color: #57835B;
}
</style>
border-color css
<style>
span { border-color: #57835B; }
span { border-color: rgb(87,131,91); }
td.TdClassName
{
border-color: #57835B;
}
.TagClassName
{
border-color: #57835B;
}
</style>