Shades of Hippie Green #5A8658
Tints of Hippie Green #5A8658
RGB
CMYK
RGB Variations
Color information
#5A8658 (or 0x5A8658) is known color: Hippie Green. HEX triplet: 5A, 86 and 58. RGB value is (90,134,88). Sum of RGB (Red+Green+Blue) = 90+134+88=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 134 - color contains mainly: green. Hex color #5A8658 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8658 is #A579A7. Grayscale: #737373. Windows color (decimal): -10844584 or 5801562. OLE color: 5801562.
HSL color Cylindrical-coordinate representation of color #5A8658: hue angle of 117.39º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A8658 is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 134 | 88 | - |
| CMYK | 0.33 | 0 | 0.34 | 0.47 |
| HSL | 117.39º | 0.21% | 0.44% | - |
| HSV(B) | 117.39º | 0.34% | 0.53% | - |
| XYZ | 14.5 | 19.93 | 12.31 | - |
| YUV | 115.6 | 112.42 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 134 | 88 | 0.33 | 0 | 0.34 | 0.47 | 117.39 | 0.21 | 0.44 |
| Hex | 5A | 86 | 58 | 21 | 0 | 22 | 2F | 75 | 15 | 2C |
| Octal | 132 | 206 | 130 | 41 | 0 | 42 | 57 | 165 | 25 | 54 |
| Binary | 1011010 | 10000110 | 1011000 | 100001 | 0 | 100010 | 101111 | 1110101 | 10101 | 101100 |
Color Harmonies of #5A8658
Complementary color
Monochromatic Colors of #5A8658
Black with #5A8658
Text Example
Text Example
White with #5A8658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8658; }
p { color: rgb(90,134,88); }
H1.HeaderClassName
{
color: #5A8658;
}
.AnyTagClassName
{
color: #5A8658;
}
</style>
background-color css
<style>
a { background-color: #5A8658; }
a { background-color: rgb(90,134,88); }
div.DivClassName
{
background-color: #5A8658;
}
.BgClassName
{
background-color: #5A8658;
}
</style>
border-color css
<style>
span { border-color: #5A8658; }
span { border-color: rgb(90,134,88); }
td.TdClassName
{
border-color: #5A8658;
}
.TagClassName
{
border-color: #5A8658;
}
</style>