Shades of Hippie Green #5F875B
Tints of Hippie Green #5F875B
RGB
CMYK
RGB Variations
Color information
#5F875B (or 0x5F875B) is known color: Hippie Green. HEX triplet: 5F, 87 and 5B. RGB value is (95,135,91). Sum of RGB (Red+Green+Blue) = 95+135+91=321 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.60% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 135 - color contains mainly: green. Hex color #5F875B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F875B is #A078A4. Grayscale: #767676. Windows color (decimal): -10516645 or 5998431. OLE color: 5998431.
HSL color Cylindrical-coordinate representation of color #5F875B: hue angle of 114.55º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F875B is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 135 | 91 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.47 |
| HSL | 114.55º | 0.19% | 0.44% | - |
| HSV(B) | 114.55º | 0.33% | 0.53% | - |
| XYZ | 15.27 | 20.52 | 13.05 | - |
| YUV | 118.02 | 112.75 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 135 | 91 | 0.30 | 0 | 0.33 | 0.47 | 114.55 | 0.19 | 0.44 |
| Hex | 5F | 87 | 5B | 1E | 0 | 21 | 2F | 73 | 13 | 2C |
| Octal | 137 | 207 | 133 | 36 | 0 | 41 | 57 | 163 | 23 | 54 |
| Binary | 1011111 | 10000111 | 1011011 | 11110 | 0 | 100001 | 101111 | 1110011 | 10011 | 101100 |
Color Harmonies of #5F875B
Complementary color
Monochromatic Colors of #5F875B
Black with #5F875B
Text Example
Text Example
White with #5F875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F875B; }
p { color: rgb(95,135,91); }
H1.HeaderClassName
{
color: #5F875B;
}
.AnyTagClassName
{
color: #5F875B;
}
</style>
background-color css
<style>
a { background-color: #5F875B; }
a { background-color: rgb(95,135,91); }
div.DivClassName
{
background-color: #5F875B;
}
.BgClassName
{
background-color: #5F875B;
}
</style>
border-color css
<style>
span { border-color: #5F875B; }
span { border-color: rgb(95,135,91); }
td.TdClassName
{
border-color: #5F875B;
}
.TagClassName
{
border-color: #5F875B;
}
</style>