Shades of Hippie Green #5F8E5D
Tints of Hippie Green #5F8E5D
RGB
CMYK
RGB Variations
Color information
#5F8E5D (or 0x5F8E5D) is known color: Hippie Green. HEX triplet: 5F, 8E and 5D. RGB value is (95,142,93). Sum of RGB (Red+Green+Blue) = 95+142+93=330 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.79% from 330); Green value is 142 (55.86% from 255 or 43.03% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 142 - color contains mainly: green. Hex color #5F8E5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8E5D is #A071A2. Grayscale: #7A7A7A. Windows color (decimal): -10514851 or 6131295. OLE color: 6131295.
HSL color Cylindrical-coordinate representation of color #5F8E5D: hue angle of 117.55º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F8E5D is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 95 | 142 | 93 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.44 |
| HSL | 117.55º | 0.21% | 0.46% | - |
| HSV(B) | 117.55º | 0.35% | 0.56% | - |
| XYZ | 16.37 | 22.57 | 13.85 | - |
| YUV | 122.36 | 111.43 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 142 | 93 | 0.33 | 0 | 0.35 | 0.44 | 117.55 | 0.21 | 0.46 |
| Hex | 5F | 8E | 5D | 21 | 0 | 23 | 2C | 76 | 15 | 2E |
| Octal | 137 | 216 | 135 | 41 | 0 | 43 | 54 | 166 | 25 | 56 |
| Binary | 1011111 | 10001110 | 1011101 | 100001 | 0 | 100011 | 101100 | 1110110 | 10101 | 101110 |
Color Harmonies of #5F8E5D
Complementary color
Monochromatic Colors of #5F8E5D
Black with #5F8E5D
Text Example
Text Example
White with #5F8E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8E5D; }
p { color: rgb(95,142,93); }
H1.HeaderClassName
{
color: #5F8E5D;
}
.AnyTagClassName
{
color: #5F8E5D;
}
</style>
background-color css
<style>
a { background-color: #5F8E5D; }
a { background-color: rgb(95,142,93); }
div.DivClassName
{
background-color: #5F8E5D;
}
.BgClassName
{
background-color: #5F8E5D;
}
</style>
border-color css
<style>
span { border-color: #5F8E5D; }
span { border-color: rgb(95,142,93); }
td.TdClassName
{
border-color: #5F8E5D;
}
.TagClassName
{
border-color: #5F8E5D;
}
</style>