Shades of Hippie Green #5F8D53
Tints of Hippie Green #5F8D53
RGB
CMYK
RGB Variations
Color information
#5F8D53 (or 0x5F8D53) is known color: Hippie Green. HEX triplet: 5F, 8D and 53. RGB value is (95,141,83). Sum of RGB (Red+Green+Blue) = 95+141+83=319 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.78% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 141 - color contains mainly: green. Hex color #5F8D53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8D53 is #A072AC. Grayscale: #787878. Windows color (decimal): -10515117 or 5475679. OLE color: 5475679.
HSL color Cylindrical-coordinate representation of color #5F8D53: hue angle of 107.59º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5F8D53 is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 141 | 83 | - |
| CMYK | 0.33 | 0 | 0.41 | 0.45 |
| HSL | 107.59º | 0.26% | 0.44% | - |
| HSV(B) | 107.59º | 0.41% | 0.55% | - |
| XYZ | 15.81 | 22.11 | 11.62 | - |
| YUV | 120.63 | 106.76 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 141 | 83 | 0.33 | 0 | 0.41 | 0.45 | 107.59 | 0.26 | 0.44 |
| Hex | 5F | 8D | 53 | 21 | 0 | 29 | 2D | 6C | 1A | 2C |
| Octal | 137 | 215 | 123 | 41 | 0 | 51 | 55 | 154 | 32 | 54 |
| Binary | 1011111 | 10001101 | 1010011 | 100001 | 0 | 101001 | 101101 | 1101100 | 11010 | 101100 |
Color Harmonies of #5F8D53
Complementary color
Monochromatic Colors of #5F8D53
Black with #5F8D53
Text Example
Text Example
White with #5F8D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8D53; }
p { color: rgb(95,141,83); }
H1.HeaderClassName
{
color: #5F8D53;
}
.AnyTagClassName
{
color: #5F8D53;
}
</style>
background-color css
<style>
a { background-color: #5F8D53; }
a { background-color: rgb(95,141,83); }
div.DivClassName
{
background-color: #5F8D53;
}
.BgClassName
{
background-color: #5F8D53;
}
</style>
border-color css
<style>
span { border-color: #5F8D53; }
span { border-color: rgb(95,141,83); }
td.TdClassName
{
border-color: #5F8D53;
}
.TagClassName
{
border-color: #5F8D53;
}
</style>