Shades of Hippie Green #5B835E
Tints of Hippie Green #5B835E
RGB
CMYK
RGB Variations
Color information
#5B835E (or 0x5B835E) is known color: Hippie Green. HEX triplet: 5B, 83 and 5E. RGB value is (91,131,94). Sum of RGB (Red+Green+Blue) = 91+131+94=316 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.80% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 131 - color contains mainly: green. Hex color #5B835E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B835E is #A47CA1. Grayscale: #727272. Windows color (decimal): -10779810 or 6194011. OLE color: 6194011.
HSL color Cylindrical-coordinate representation of color #5B835E: hue angle of 124.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B835E is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 131 | 94 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.49 |
| HSL | 124.5º | 0.18% | 0.44% | - |
| HSV(B) | 124.5º | 0.31% | 0.51% | - |
| XYZ | 14.45 | 19.26 | 13.55 | - |
| YUV | 114.82 | 116.25 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 131 | 94 | 0.31 | 0 | 0.28 | 0.49 | 124.5 | 0.18 | 0.44 |
| Hex | 5B | 83 | 5E | 1F | 0 | 1C | 31 | 7C | 12 | 2C |
| Octal | 133 | 203 | 136 | 37 | 0 | 34 | 61 | 174 | 22 | 54 |
| Binary | 1011011 | 10000011 | 1011110 | 11111 | 0 | 11100 | 110001 | 1111100 | 10010 | 101100 |
Color Harmonies of #5B835E
Complementary color
Monochromatic Colors of #5B835E
Black with #5B835E
Text Example
Text Example
White with #5B835E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B835E; }
p { color: rgb(91,131,94); }
H1.HeaderClassName
{
color: #5B835E;
}
.AnyTagClassName
{
color: #5B835E;
}
</style>
background-color css
<style>
a { background-color: #5B835E; }
a { background-color: rgb(91,131,94); }
div.DivClassName
{
background-color: #5B835E;
}
.BgClassName
{
background-color: #5B835E;
}
</style>
border-color css
<style>
span { border-color: #5B835E; }
span { border-color: rgb(91,131,94); }
td.TdClassName
{
border-color: #5B835E;
}
.TagClassName
{
border-color: #5B835E;
}
</style>