Shades of Hippie Green #5F9355
Tints of Hippie Green #5F9355
RGB
CMYK
RGB Variations
Color information
#5F9355 (or 0x5F9355) is known color: Hippie Green. HEX triplet: 5F, 93 and 55. RGB value is (95,147,85). Sum of RGB (Red+Green+Blue) = 95+147+85=327 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.05% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #5F9355 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9355 is #A06CAA. Grayscale: #7C7C7C. Windows color (decimal): -10513579 or 5608287. OLE color: 5608287.
HSL color Cylindrical-coordinate representation of color #5F9355: hue angle of 110.32º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5F9355 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 95 | 147 | 85 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.42 |
| HSL | 110.32º | 0.27% | 0.45% | - |
| HSV(B) | 110.32º | 0.42% | 0.58% | - |
| XYZ | 16.79 | 23.96 | 12.33 | - |
| YUV | 124.38 | 105.77 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 147 | 85 | 0.35 | 0 | 0.42 | 0.42 | 110.32 | 0.27 | 0.45 |
| Hex | 5F | 93 | 55 | 23 | 0 | 2A | 2A | 6E | 1B | 2D |
| Octal | 137 | 223 | 125 | 43 | 0 | 52 | 52 | 156 | 33 | 55 |
| Binary | 1011111 | 10010011 | 1010101 | 100011 | 0 | 101010 | 101010 | 1101110 | 11011 | 101101 |
Color Harmonies of #5F9355
Complementary color
Monochromatic Colors of #5F9355
Black with #5F9355
Text Example
Text Example
White with #5F9355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9355; }
p { color: rgb(95,147,85); }
H1.HeaderClassName
{
color: #5F9355;
}
.AnyTagClassName
{
color: #5F9355;
}
</style>
background-color css
<style>
a { background-color: #5F9355; }
a { background-color: rgb(95,147,85); }
div.DivClassName
{
background-color: #5F9355;
}
.BgClassName
{
background-color: #5F9355;
}
</style>
border-color css
<style>
span { border-color: #5F9355; }
span { border-color: rgb(95,147,85); }
td.TdClassName
{
border-color: #5F9355;
}
.TagClassName
{
border-color: #5F9355;
}
</style>