Shades of Hippie Green #5A965F
Tints of Hippie Green #5A965F
RGB
CMYK
RGB Variations
Color information
#5A965F (or 0x5A965F) is known color: Hippie Green. HEX triplet: 5A, 96 and 5F. RGB value is (90,150,95). Sum of RGB (Red+Green+Blue) = 90+150+95=335 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.87% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 150 - color contains mainly: green. Hex color #5A965F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A965F is #A569A0. Grayscale: #7D7D7D. Windows color (decimal): -10840481 or 6264410. OLE color: 6264410.
HSL color Cylindrical-coordinate representation of color #5A965F: hue angle of 125º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A965F is Cyan = 0.4, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 90 | 150 | 95 | - |
| CMYK | 0.4 | 0 | 0.37 | 0.41 |
| HSL | 125º | 0.25% | 0.47% | - |
| HSV(B) | 125º | 0.4% | 0.59% | - |
| XYZ | 17.19 | 24.81 | 14.71 | - |
| YUV | 125.79 | 110.62 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 150 | 95 | 0.4 | 0 | 0.37 | 0.41 | 125 | 0.25 | 0.47 |
| Hex | 5A | 96 | 5F | 28 | 0 | 25 | 29 | 7D | 19 | 2F |
| Octal | 132 | 226 | 137 | 50 | 0 | 45 | 51 | 175 | 31 | 57 |
| Binary | 1011010 | 10010110 | 1011111 | 101000 | 0 | 100101 | 101001 | 1111101 | 11001 | 101111 |
Color Harmonies of #5A965F
Complementary color
Monochromatic Colors of #5A965F
Black with #5A965F
Text Example
Text Example
White with #5A965F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A965F; }
p { color: rgb(90,150,95); }
H1.HeaderClassName
{
color: #5A965F;
}
.AnyTagClassName
{
color: #5A965F;
}
</style>
background-color css
<style>
a { background-color: #5A965F; }
a { background-color: rgb(90,150,95); }
div.DivClassName
{
background-color: #5A965F;
}
.BgClassName
{
background-color: #5A965F;
}
</style>
border-color css
<style>
span { border-color: #5A965F; }
span { border-color: rgb(90,150,95); }
td.TdClassName
{
border-color: #5A965F;
}
.TagClassName
{
border-color: #5A965F;
}
</style>