Shades of Hippie Green #5B8A54
Tints of Hippie Green #5B8A54
RGB
CMYK
RGB Variations
Color information
#5B8A54 (or 0x5B8A54) is known color: Hippie Green. HEX triplet: 5B, 8A and 54. RGB value is (91,138,84). Sum of RGB (Red+Green+Blue) = 91+138+84=313 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.07% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 138 - color contains mainly: green. Hex color #5B8A54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8A54 is #A475AB. Grayscale: #757575. Windows color (decimal): -10778028 or 5540443. OLE color: 5540443.
HSL color Cylindrical-coordinate representation of color #5B8A54: hue angle of 112.22º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B8A54 is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 91 | 138 | 84 | - |
| CMYK | 0.34 | 0 | 0.39 | 0.46 |
| HSL | 112.22º | 0.24% | 0.44% | - |
| HSV(B) | 112.22º | 0.39% | 0.54% | - |
| XYZ | 15 | 21.04 | 11.66 | - |
| YUV | 117.79 | 108.93 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 138 | 84 | 0.34 | 0 | 0.39 | 0.46 | 112.22 | 0.24 | 0.44 |
| Hex | 5B | 8A | 54 | 22 | 0 | 27 | 2E | 70 | 18 | 2C |
| Octal | 133 | 212 | 124 | 42 | 0 | 47 | 56 | 160 | 30 | 54 |
| Binary | 1011011 | 10001010 | 1010100 | 100010 | 0 | 100111 | 101110 | 1110000 | 11000 | 101100 |
Color Harmonies of #5B8A54
Complementary color
Monochromatic Colors of #5B8A54
Black with #5B8A54
Text Example
Text Example
White with #5B8A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8A54; }
p { color: rgb(91,138,84); }
H1.HeaderClassName
{
color: #5B8A54;
}
.AnyTagClassName
{
color: #5B8A54;
}
</style>
background-color css
<style>
a { background-color: #5B8A54; }
a { background-color: rgb(91,138,84); }
div.DivClassName
{
background-color: #5B8A54;
}
.BgClassName
{
background-color: #5B8A54;
}
</style>
border-color css
<style>
span { border-color: #5B8A54; }
span { border-color: rgb(91,138,84); }
td.TdClassName
{
border-color: #5B8A54;
}
.TagClassName
{
border-color: #5B8A54;
}
</style>