Shades of Hippie Green #5F8857
Tints of Hippie Green #5F8857
RGB
CMYK
RGB Variations
Color information
#5F8857 (or 0x5F8857) is known color: Hippie Green. HEX triplet: 5F, 88 and 57. RGB value is (95,136,87). Sum of RGB (Red+Green+Blue) = 95+136+87=318 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.87% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 87 (34.38% from 255 or 27.36% from 318); Max value from RGB is 136 - color contains mainly: green. Hex color #5F8857 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8857 is #A077A8. Grayscale: #767676. Windows color (decimal): -10516393 or 5736543. OLE color: 5736543.
HSL color Cylindrical-coordinate representation of color #5F8857: hue angle of 110.2º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F8857 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 136 | 87 | - |
| CMYK | 0.30 | 0 | 0.36 | 0.47 |
| HSL | 110.2º | 0.22% | 0.44% | - |
| HSV(B) | 110.2º | 0.36% | 0.53% | - |
| XYZ | 15.24 | 20.73 | 12.21 | - |
| YUV | 118.16 | 110.42 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 136 | 87 | 0.30 | 0 | 0.36 | 0.47 | 110.2 | 0.22 | 0.44 |
| Hex | 5F | 88 | 57 | 1E | 0 | 24 | 2F | 6E | 16 | 2C |
| Octal | 137 | 210 | 127 | 36 | 0 | 44 | 57 | 156 | 26 | 54 |
| Binary | 1011111 | 10001000 | 1010111 | 11110 | 0 | 100100 | 101111 | 1101110 | 10110 | 101100 |
Color Harmonies of #5F8857
Complementary color
Monochromatic Colors of #5F8857
Black with #5F8857
Text Example
Text Example
White with #5F8857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8857; }
p { color: rgb(95,136,87); }
H1.HeaderClassName
{
color: #5F8857;
}
.AnyTagClassName
{
color: #5F8857;
}
</style>
background-color css
<style>
a { background-color: #5F8857; }
a { background-color: rgb(95,136,87); }
div.DivClassName
{
background-color: #5F8857;
}
.BgClassName
{
background-color: #5F8857;
}
</style>
border-color css
<style>
span { border-color: #5F8857; }
span { border-color: rgb(95,136,87); }
td.TdClassName
{
border-color: #5F8857;
}
.TagClassName
{
border-color: #5F8857;
}
</style>