Shades of Hippie Green #5F974C
Tints of Hippie Green #5F974C
RGB
CMYK
RGB Variations
Color information
#5F974C (or 0x5F974C) is known color: Hippie Green. HEX triplet: 5F, 97 and 4C. RGB value is (95,151,76). Sum of RGB (Red+Green+Blue) = 95+151+76=322 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.50% from 322); Green value is 151 (59.38% from 255 or 46.89% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 151 - color contains mainly: green. Hex color #5F974C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F974C is #A068B3. Grayscale: #7D7D7D. Windows color (decimal): -10512564 or 5019487. OLE color: 5019487.
HSL color Cylindrical-coordinate representation of color #5F974C: hue angle of 104.8º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5F974C is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 95 | 151 | 76 | - |
| CMYK | 0.37 | 0 | 0.50 | 0.41 |
| HSL | 104.8º | 0.33% | 0.45% | - |
| HSV(B) | 104.8º | 0.5% | 0.59% | - |
| XYZ | 17.09 | 25.09 | 10.78 | - |
| YUV | 125.71 | 99.95 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 151 | 76 | 0.37 | 0 | 0.50 | 0.41 | 104.8 | 0.33 | 0.45 |
| Hex | 5F | 97 | 4C | 25 | 0 | 32 | 29 | 69 | 21 | 2D |
| Octal | 137 | 227 | 114 | 45 | 0 | 62 | 51 | 151 | 41 | 55 |
| Binary | 1011111 | 10010111 | 1001100 | 100101 | 0 | 110010 | 101001 | 1101001 | 100001 | 101101 |
Color Harmonies of #5F974C
Complementary color
Monochromatic Colors of #5F974C
Black with #5F974C
Text Example
Text Example
White with #5F974C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F974C; }
p { color: rgb(95,151,76); }
H1.HeaderClassName
{
color: #5F974C;
}
.AnyTagClassName
{
color: #5F974C;
}
</style>
background-color css
<style>
a { background-color: #5F974C; }
a { background-color: rgb(95,151,76); }
div.DivClassName
{
background-color: #5F974C;
}
.BgClassName
{
background-color: #5F974C;
}
</style>
border-color css
<style>
span { border-color: #5F974C; }
span { border-color: rgb(95,151,76); }
td.TdClassName
{
border-color: #5F974C;
}
.TagClassName
{
border-color: #5F974C;
}
</style>