Shades of Hippie Green #5A855F
Tints of Hippie Green #5A855F
RGB
CMYK
RGB Variations
Color information
#5A855F (or 0x5A855F) is known color: Hippie Green. HEX triplet: 5A, 85 and 5F. RGB value is (90,133,95). Sum of RGB (Red+Green+Blue) = 90+133+95=318 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.30% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #5A855F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A855F is #A57AA0. Grayscale: #737373. Windows color (decimal): -10844833 or 6260058. OLE color: 6260058.
HSL color Cylindrical-coordinate representation of color #5A855F: hue angle of 126.98º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A855F is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 133 | 95 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.48 |
| HSL | 126.98º | 0.19% | 0.44% | - |
| HSV(B) | 126.98º | 0.32% | 0.52% | - |
| XYZ | 14.67 | 19.77 | 13.87 | - |
| YUV | 115.81 | 116.25 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 133 | 95 | 0.32 | 0 | 0.29 | 0.48 | 126.98 | 0.19 | 0.44 |
| Hex | 5A | 85 | 5F | 20 | 0 | 1D | 30 | 7F | 13 | 2C |
| Octal | 132 | 205 | 137 | 40 | 0 | 35 | 60 | 177 | 23 | 54 |
| Binary | 1011010 | 10000101 | 1011111 | 100000 | 0 | 11101 | 110000 | 1111111 | 10011 | 101100 |
Color Harmonies of #5A855F
Complementary color
Monochromatic Colors of #5A855F
Black with #5A855F
Text Example
Text Example
White with #5A855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A855F; }
p { color: rgb(90,133,95); }
H1.HeaderClassName
{
color: #5A855F;
}
.AnyTagClassName
{
color: #5A855F;
}
</style>
background-color css
<style>
a { background-color: #5A855F; }
a { background-color: rgb(90,133,95); }
div.DivClassName
{
background-color: #5A855F;
}
.BgClassName
{
background-color: #5A855F;
}
</style>
border-color css
<style>
span { border-color: #5A855F; }
span { border-color: rgb(90,133,95); }
td.TdClassName
{
border-color: #5A855F;
}
.TagClassName
{
border-color: #5A855F;
}
</style>