Shades of Hippie Green #57865C
Tints of Hippie Green #57865C
RGB
CMYK
RGB Variations
Color information
#57865C (or 0x57865C) is known color: Hippie Green. HEX triplet: 57, 86 and 5C. RGB value is (87,134,92). Sum of RGB (Red+Green+Blue) = 87+134+92=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 134 - color contains mainly: green. Hex color #57865C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57865C is #A879A3. Grayscale: #737373. Windows color (decimal): -11041188 or 6063703. OLE color: 6063703.
HSL color Cylindrical-coordinate representation of color #57865C: hue angle of 126.38º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #57865C is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 87 | 134 | 92 | - |
| CMYK | 0.35 | 0 | 0.31 | 0.47 |
| HSL | 126.38º | 0.21% | 0.43% | - |
| HSV(B) | 126.38º | 0.35% | 0.53% | - |
| XYZ | 14.39 | 19.85 | 13.2 | - |
| YUV | 115.16 | 114.93 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 134 | 92 | 0.35 | 0 | 0.31 | 0.47 | 126.38 | 0.21 | 0.43 |
| Hex | 57 | 86 | 5C | 23 | 0 | 1F | 2F | 7E | 15 | 2B |
| Octal | 127 | 206 | 134 | 43 | 0 | 37 | 57 | 176 | 25 | 53 |
| Binary | 1010111 | 10000110 | 1011100 | 100011 | 0 | 11111 | 101111 | 1111110 | 10101 | 101011 |
Color Harmonies of #57865C
Complementary color
Monochromatic Colors of #57865C
Black with #57865C
Text Example
Text Example
White with #57865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57865C; }
p { color: rgb(87,134,92); }
H1.HeaderClassName
{
color: #57865C;
}
.AnyTagClassName
{
color: #57865C;
}
</style>
background-color css
<style>
a { background-color: #57865C; }
a { background-color: rgb(87,134,92); }
div.DivClassName
{
background-color: #57865C;
}
.BgClassName
{
background-color: #57865C;
}
</style>
border-color css
<style>
span { border-color: #57865C; }
span { border-color: rgb(87,134,92); }
td.TdClassName
{
border-color: #57865C;
}
.TagClassName
{
border-color: #57865C;
}
</style>