Shades of Hippie Green #5F8E63
Tints of Hippie Green #5F8E63
RGB
CMYK
RGB Variations
Color information
#5F8E63 (or 0x5F8E63) is known color: Hippie Green. HEX triplet: 5F, 8E and 63. RGB value is (95,142,99). Sum of RGB (Red+Green+Blue) = 95+142+99=336 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.27% from 336); Green value is 142 (55.86% from 255 or 42.26% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 142 - color contains mainly: green. Hex color #5F8E63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8E63 is #A0719C. Grayscale: #7B7B7B. Windows color (decimal): -10514845 or 6524511. OLE color: 6524511.
HSL color Cylindrical-coordinate representation of color #5F8E63: hue angle of 125.11º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F8E63 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 95 | 142 | 99 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.44 |
| HSL | 125.11º | 0.2% | 0.46% | - |
| HSV(B) | 125.11º | 0.33% | 0.56% | - |
| XYZ | 16.64 | 22.68 | 15.3 | - |
| YUV | 123.05 | 114.43 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 142 | 99 | 0.33 | 0 | 0.30 | 0.44 | 125.11 | 0.2 | 0.46 |
| Hex | 5F | 8E | 63 | 21 | 0 | 1E | 2C | 7D | 14 | 2E |
| Octal | 137 | 216 | 143 | 41 | 0 | 36 | 54 | 175 | 24 | 56 |
| Binary | 1011111 | 10001110 | 1100011 | 100001 | 0 | 11110 | 101100 | 1111101 | 10100 | 101110 |
Color Harmonies of #5F8E63
Complementary color
Monochromatic Colors of #5F8E63
Black with #5F8E63
Text Example
Text Example
White with #5F8E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8E63; }
p { color: rgb(95,142,99); }
H1.HeaderClassName
{
color: #5F8E63;
}
.AnyTagClassName
{
color: #5F8E63;
}
</style>
background-color css
<style>
a { background-color: #5F8E63; }
a { background-color: rgb(95,142,99); }
div.DivClassName
{
background-color: #5F8E63;
}
.BgClassName
{
background-color: #5F8E63;
}
</style>
border-color css
<style>
span { border-color: #5F8E63; }
span { border-color: rgb(95,142,99); }
td.TdClassName
{
border-color: #5F8E63;
}
.TagClassName
{
border-color: #5F8E63;
}
</style>