Shades of Hippie Green #5F8F58
Tints of Hippie Green #5F8F58
RGB
CMYK
RGB Variations
Color information
#5F8F58 (or 0x5F8F58) is known color: Hippie Green. HEX triplet: 5F, 8F and 58. RGB value is (95,143,88). Sum of RGB (Red+Green+Blue) = 95+143+88=326 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.14% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 143 - color contains mainly: green. Hex color #5F8F58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8F58 is #A070A7. Grayscale: #7A7A7A. Windows color (decimal): -10514600 or 5803871. OLE color: 5803871.
HSL color Cylindrical-coordinate representation of color #5F8F58: hue angle of 112.36º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F8F58 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 95 | 143 | 88 | - |
| CMYK | 0.34 | 0 | 0.38 | 0.44 |
| HSL | 112.36º | 0.24% | 0.45% | - |
| HSV(B) | 112.36º | 0.38% | 0.56% | - |
| XYZ | 16.3 | 22.78 | 12.77 | - |
| YUV | 122.38 | 108.6 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 143 | 88 | 0.34 | 0 | 0.38 | 0.44 | 112.36 | 0.24 | 0.45 |
| Hex | 5F | 8F | 58 | 22 | 0 | 26 | 2C | 70 | 18 | 2D |
| Octal | 137 | 217 | 130 | 42 | 0 | 46 | 54 | 160 | 30 | 55 |
| Binary | 1011111 | 10001111 | 1011000 | 100010 | 0 | 100110 | 101100 | 1110000 | 11000 | 101101 |
Color Harmonies of #5F8F58
Complementary color
Monochromatic Colors of #5F8F58
Black with #5F8F58
Text Example
Text Example
White with #5F8F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8F58; }
p { color: rgb(95,143,88); }
H1.HeaderClassName
{
color: #5F8F58;
}
.AnyTagClassName
{
color: #5F8F58;
}
</style>
background-color css
<style>
a { background-color: #5F8F58; }
a { background-color: rgb(95,143,88); }
div.DivClassName
{
background-color: #5F8F58;
}
.BgClassName
{
background-color: #5F8F58;
}
</style>
border-color css
<style>
span { border-color: #5F8F58; }
span { border-color: rgb(95,143,88); }
td.TdClassName
{
border-color: #5F8F58;
}
.TagClassName
{
border-color: #5F8F58;
}
</style>