Shades of Hippie Green #5F8B61
Tints of Hippie Green #5F8B61
RGB
CMYK
RGB Variations
Color information
#5F8B61 (or 0x5F8B61) is known color: Hippie Green. HEX triplet: 5F, 8B and 61. RGB value is (95,139,97). Sum of RGB (Red+Green+Blue) = 95+139+97=331 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.70% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 139 - color contains mainly: green. Hex color #5F8B61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8B61 is #A0749E. Grayscale: #797979. Windows color (decimal): -10515615 or 6392671. OLE color: 6392671.
HSL color Cylindrical-coordinate representation of color #5F8B61: hue angle of 122.73º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F8B61 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 139 | 97 | - |
| CMYK | 0.32 | 0 | 0.30 | 0.45 |
| HSL | 122.73º | 0.19% | 0.46% | - |
| HSV(B) | 122.73º | 0.32% | 0.55% | - |
| XYZ | 16.11 | 21.76 | 14.66 | - |
| YUV | 121.06 | 114.42 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 139 | 97 | 0.32 | 0 | 0.30 | 0.45 | 122.73 | 0.19 | 0.46 |
| Hex | 5F | 8B | 61 | 20 | 0 | 1E | 2D | 7B | 13 | 2E |
| Octal | 137 | 213 | 141 | 40 | 0 | 36 | 55 | 173 | 23 | 56 |
| Binary | 1011111 | 10001011 | 1100001 | 100000 | 0 | 11110 | 101101 | 1111011 | 10011 | 101110 |
Color Harmonies of #5F8B61
Complementary color
Monochromatic Colors of #5F8B61
Black with #5F8B61
Text Example
Text Example
White with #5F8B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8B61; }
p { color: rgb(95,139,97); }
H1.HeaderClassName
{
color: #5F8B61;
}
.AnyTagClassName
{
color: #5F8B61;
}
</style>
background-color css
<style>
a { background-color: #5F8B61; }
a { background-color: rgb(95,139,97); }
div.DivClassName
{
background-color: #5F8B61;
}
.BgClassName
{
background-color: #5F8B61;
}
</style>
border-color css
<style>
span { border-color: #5F8B61; }
span { border-color: rgb(95,139,97); }
td.TdClassName
{
border-color: #5F8B61;
}
.TagClassName
{
border-color: #5F8B61;
}
</style>