Shades of Hippie Green #5F9256
Tints of Hippie Green #5F9256
RGB
CMYK
RGB Variations
Color information
#5F9256 (or 0x5F9256) is known color: Hippie Green. HEX triplet: 5F, 92 and 56. RGB value is (95,146,86). Sum of RGB (Red+Green+Blue) = 95+146+86=327 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.05% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 146 - color contains mainly: green. Hex color #5F9256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9256 is #A06DA9. Grayscale: #7C7C7C. Windows color (decimal): -10513834 or 5673567. OLE color: 5673567.
HSL color Cylindrical-coordinate representation of color #5F9256: hue angle of 111º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5F9256 is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 95 | 146 | 86 | - |
| CMYK | 0.35 | 0 | 0.41 | 0.43 |
| HSL | 111º | 0.26% | 0.45% | - |
| HSV(B) | 111º | 0.41% | 0.57% | - |
| XYZ | 16.68 | 23.66 | 12.49 | - |
| YUV | 123.91 | 106.6 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 146 | 86 | 0.35 | 0 | 0.41 | 0.43 | 111 | 0.26 | 0.45 |
| Hex | 5F | 92 | 56 | 23 | 0 | 29 | 2B | 6F | 1A | 2D |
| Octal | 137 | 222 | 126 | 43 | 0 | 51 | 53 | 157 | 32 | 55 |
| Binary | 1011111 | 10010010 | 1010110 | 100011 | 0 | 101001 | 101011 | 1101111 | 11010 | 101101 |
Color Harmonies of #5F9256
Complementary color
Monochromatic Colors of #5F9256
Black with #5F9256
Text Example
Text Example
White with #5F9256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9256; }
p { color: rgb(95,146,86); }
H1.HeaderClassName
{
color: #5F9256;
}
.AnyTagClassName
{
color: #5F9256;
}
</style>
background-color css
<style>
a { background-color: #5F9256; }
a { background-color: rgb(95,146,86); }
div.DivClassName
{
background-color: #5F9256;
}
.BgClassName
{
background-color: #5F9256;
}
</style>
border-color css
<style>
span { border-color: #5F9256; }
span { border-color: rgb(95,146,86); }
td.TdClassName
{
border-color: #5F9256;
}
.TagClassName
{
border-color: #5F9256;
}
</style>