Shades of Hippie Green #5B924D
Tints of Hippie Green #5B924D
RGB
CMYK
RGB Variations
Color information
#5B924D (or 0x5B924D) is known color: Hippie Green. HEX triplet: 5B, 92 and 4D. RGB value is (91,146,77). Sum of RGB (Red+Green+Blue) = 91+146+77=314 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.98% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #5B924D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B924D is #A46DB2. Grayscale: #797979. Windows color (decimal): -10775987 or 5083739. OLE color: 5083739.
HSL color Cylindrical-coordinate representation of color #5B924D: hue angle of 107.83º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B924D is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 91 | 146 | 77 | - |
| CMYK | 0.38 | 0 | 0.47 | 0.43 |
| HSL | 107.83º | 0.31% | 0.44% | - |
| HSV(B) | 107.83º | 0.47% | 0.57% | - |
| XYZ | 15.93 | 23.32 | 10.68 | - |
| YUV | 121.69 | 102.78 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 146 | 77 | 0.38 | 0 | 0.47 | 0.43 | 107.83 | 0.31 | 0.44 |
| Hex | 5B | 92 | 4D | 26 | 0 | 2F | 2B | 6C | 1F | 2C |
| Octal | 133 | 222 | 115 | 46 | 0 | 57 | 53 | 154 | 37 | 54 |
| Binary | 1011011 | 10010010 | 1001101 | 100110 | 0 | 101111 | 101011 | 1101100 | 11111 | 101100 |
Color Harmonies of #5B924D
Complementary color
Monochromatic Colors of #5B924D
Black with #5B924D
Text Example
Text Example
White with #5B924D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B924D; }
p { color: rgb(91,146,77); }
H1.HeaderClassName
{
color: #5B924D;
}
.AnyTagClassName
{
color: #5B924D;
}
</style>
background-color css
<style>
a { background-color: #5B924D; }
a { background-color: rgb(91,146,77); }
div.DivClassName
{
background-color: #5B924D;
}
.BgClassName
{
background-color: #5B924D;
}
</style>
border-color css
<style>
span { border-color: #5B924D; }
span { border-color: rgb(91,146,77); }
td.TdClassName
{
border-color: #5B924D;
}
.TagClassName
{
border-color: #5B924D;
}
</style>