Shades of Hippie Green #5B904D
Tints of Hippie Green #5B904D
RGB
CMYK
RGB Variations
Color information
#5B904D (or 0x5B904D) is known color: Hippie Green. HEX triplet: 5B, 90 and 4D. RGB value is (91,144,77). Sum of RGB (Red+Green+Blue) = 91+144+77=312 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.17% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 144 - color contains mainly: green. Hex color #5B904D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B904D is #A46FB2. Grayscale: #787878. Windows color (decimal): -10776499 or 5083227. OLE color: 5083227.
HSL color Cylindrical-coordinate representation of color #5B904D: hue angle of 107.46º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B904D is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 91 | 144 | 77 | - |
| CMYK | 0.37 | 0 | 0.47 | 0.44 |
| HSL | 107.46º | 0.3% | 0.43% | - |
| HSV(B) | 107.46º | 0.47% | 0.56% | - |
| XYZ | 15.63 | 22.71 | 10.58 | - |
| YUV | 120.52 | 103.44 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 144 | 77 | 0.37 | 0 | 0.47 | 0.44 | 107.46 | 0.3 | 0.43 |
| Hex | 5B | 90 | 4D | 25 | 0 | 2F | 2C | 6B | 1E | 2B |
| Octal | 133 | 220 | 115 | 45 | 0 | 57 | 54 | 153 | 36 | 53 |
| Binary | 1011011 | 10010000 | 1001101 | 100101 | 0 | 101111 | 101100 | 1101011 | 11110 | 101011 |
Color Harmonies of #5B904D
Complementary color
Monochromatic Colors of #5B904D
Black with #5B904D
Text Example
Text Example
White with #5B904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B904D; }
p { color: rgb(91,144,77); }
H1.HeaderClassName
{
color: #5B904D;
}
.AnyTagClassName
{
color: #5B904D;
}
</style>
background-color css
<style>
a { background-color: #5B904D; }
a { background-color: rgb(91,144,77); }
div.DivClassName
{
background-color: #5B904D;
}
.BgClassName
{
background-color: #5B904D;
}
</style>
border-color css
<style>
span { border-color: #5B904D; }
span { border-color: rgb(91,144,77); }
td.TdClassName
{
border-color: #5B904D;
}
.TagClassName
{
border-color: #5B904D;
}
</style>