Shades of Hippie Green #5F9E5C
Tints of Hippie Green #5F9E5C
RGB
CMYK
RGB Variations
Color information
#5F9E5C (or 0x5F9E5C) is known color: Hippie Green. HEX triplet: 5F, 9E and 5C. RGB value is (95,158,92). Sum of RGB (Red+Green+Blue) = 95+158+92=345 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.54% from 345); Green value is 158 (62.11% from 255 or 45.80% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 158 - color contains mainly: green. Hex color #5F9E5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9E5C is #A061A3. Grayscale: #838383. Windows color (decimal): -10510756 or 6069855. OLE color: 6069855.
HSL color Cylindrical-coordinate representation of color #5F9E5C: hue angle of 117.27º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5F9E5C is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 158 | 92 | - |
| CMYK | 0.40 | 0 | 0.42 | 0.38 |
| HSL | 117.27º | 0.26% | 0.49% | - |
| HSV(B) | 117.27º | 0.42% | 0.62% | - |
| XYZ | 18.88 | 27.66 | 14.47 | - |
| YUV | 131.64 | 105.63 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 158 | 92 | 0.40 | 0 | 0.42 | 0.38 | 117.27 | 0.26 | 0.49 |
| Hex | 5F | 9E | 5C | 28 | 0 | 2A | 26 | 75 | 1A | 31 |
| Octal | 137 | 236 | 134 | 50 | 0 | 52 | 46 | 165 | 32 | 61 |
| Binary | 1011111 | 10011110 | 1011100 | 101000 | 0 | 101010 | 100110 | 1110101 | 11010 | 110001 |
Color Harmonies of #5F9E5C
Complementary color
Monochromatic Colors of #5F9E5C
Black with #5F9E5C
Text Example
Text Example
White with #5F9E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9E5C; }
p { color: rgb(95,158,92); }
H1.HeaderClassName
{
color: #5F9E5C;
}
.AnyTagClassName
{
color: #5F9E5C;
}
</style>
background-color css
<style>
a { background-color: #5F9E5C; }
a { background-color: rgb(95,158,92); }
div.DivClassName
{
background-color: #5F9E5C;
}
.BgClassName
{
background-color: #5F9E5C;
}
</style>
border-color css
<style>
span { border-color: #5F9E5C; }
span { border-color: rgb(95,158,92); }
td.TdClassName
{
border-color: #5F9E5C;
}
.TagClassName
{
border-color: #5F9E5C;
}
</style>