Shades of Hippie Green #5F805F
Tints of Hippie Green #5F805F
RGB
CMYK
RGB Variations
Color information
#5F805F (or 0x5F805F) is known color: Hippie Green. HEX triplet: 5F, 80 and 5F. RGB value is (95,128,95). Sum of RGB (Red+Green+Blue) = 95+128+95=318 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.87% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 128 - color contains mainly: green. Hex color #5F805F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F805F is #A07FA0. Grayscale: #727272. Windows color (decimal): -10518433 or 6258783. OLE color: 6258783.
HSL color Cylindrical-coordinate representation of color #5F805F: hue angle of 120º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5F805F is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 95 | 128 | 95 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.50 |
| HSL | 120º | 0.15% | 0.44% | - |
| HSV(B) | 120º | 0.26% | 0.5% | - |
| XYZ | 14.5 | 18.7 | 13.67 | - |
| YUV | 114.37 | 117.07 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 128 | 95 | 0.26 | 0 | 0.26 | 0.50 | 120 | 0.15 | 0.44 |
| Hex | 5F | 80 | 5F | 1A | 0 | 1A | 32 | 78 | F | 2C |
| Octal | 137 | 200 | 137 | 32 | 0 | 32 | 62 | 170 | 17 | 54 |
| Binary | 1011111 | 10000000 | 1011111 | 11010 | 0 | 11010 | 110010 | 1111000 | 1111 | 101100 |
Color Harmonies of #5F805F
Complementary color
Monochromatic Colors of #5F805F
Black with #5F805F
Text Example
Text Example
White with #5F805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F805F; }
p { color: rgb(95,128,95); }
H1.HeaderClassName
{
color: #5F805F;
}
.AnyTagClassName
{
color: #5F805F;
}
</style>
background-color css
<style>
a { background-color: #5F805F; }
a { background-color: rgb(95,128,95); }
div.DivClassName
{
background-color: #5F805F;
}
.BgClassName
{
background-color: #5F805F;
}
</style>
border-color css
<style>
span { border-color: #5F805F; }
span { border-color: rgb(95,128,95); }
td.TdClassName
{
border-color: #5F805F;
}
.TagClassName
{
border-color: #5F805F;
}
</style>