Shades of Hippie Green #5B925E
Tints of Hippie Green #5B925E
RGB
CMYK
RGB Variations
Color information
#5B925E (or 0x5B925E) is known color: Hippie Green. HEX triplet: 5B, 92 and 5E. RGB value is (91,146,94). Sum of RGB (Red+Green+Blue) = 91+146+94=331 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.49% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 146 - color contains mainly: green. Hex color #5B925E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B925E is #A46DA1. Grayscale: #7B7B7B. Windows color (decimal): -10775970 or 6197851. OLE color: 6197851.
HSL color Cylindrical-coordinate representation of color #5B925E: hue angle of 123.27º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B925E is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 91 | 146 | 94 | - |
| CMYK | 0.38 | 0 | 0.36 | 0.43 |
| HSL | 123.27º | 0.23% | 0.46% | - |
| HSV(B) | 123.27º | 0.38% | 0.57% | - |
| XYZ | 16.61 | 23.59 | 14.27 | - |
| YUV | 123.63 | 111.28 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 146 | 94 | 0.38 | 0 | 0.36 | 0.43 | 123.27 | 0.23 | 0.46 |
| Hex | 5B | 92 | 5E | 26 | 0 | 24 | 2B | 7B | 17 | 2E |
| Octal | 133 | 222 | 136 | 46 | 0 | 44 | 53 | 173 | 27 | 56 |
| Binary | 1011011 | 10010010 | 1011110 | 100110 | 0 | 100100 | 101011 | 1111011 | 10111 | 101110 |
Color Harmonies of #5B925E
Complementary color
Monochromatic Colors of #5B925E
Black with #5B925E
Text Example
Text Example
White with #5B925E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B925E; }
p { color: rgb(91,146,94); }
H1.HeaderClassName
{
color: #5B925E;
}
.AnyTagClassName
{
color: #5B925E;
}
</style>
background-color css
<style>
a { background-color: #5B925E; }
a { background-color: rgb(91,146,94); }
div.DivClassName
{
background-color: #5B925E;
}
.BgClassName
{
background-color: #5B925E;
}
</style>
border-color css
<style>
span { border-color: #5B925E; }
span { border-color: rgb(91,146,94); }
td.TdClassName
{
border-color: #5B925E;
}
.TagClassName
{
border-color: #5B925E;
}
</style>