Shades of Hippie Green #5B835C
Tints of Hippie Green #5B835C
RGB
CMYK
RGB Variations
Color information
#5B835C (or 0x5B835C) is known color: Hippie Green. HEX triplet: 5B, 83 and 5C. RGB value is (91,131,92). Sum of RGB (Red+Green+Blue) = 91+131+92=314 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.98% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 131 - color contains mainly: green. Hex color #5B835C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B835C is #A47CA3. Grayscale: #727272. Windows color (decimal): -10779812 or 6062939. OLE color: 6062939.
HSL color Cylindrical-coordinate representation of color #5B835C: hue angle of 121.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 #5B835C is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 131 | 92 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.49 |
| HSL | 121.5º | 0.18% | 0.44% | - |
| HSV(B) | 121.5º | 0.31% | 0.51% | - |
| XYZ | 14.36 | 19.23 | 13.08 | - |
| YUV | 114.59 | 115.25 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 131 | 92 | 0.31 | 0 | 0.30 | 0.49 | 121.5 | 0.18 | 0.44 |
| Hex | 5B | 83 | 5C | 1F | 0 | 1E | 31 | 7A | 12 | 2C |
| Octal | 133 | 203 | 134 | 37 | 0 | 36 | 61 | 172 | 22 | 54 |
| Binary | 1011011 | 10000011 | 1011100 | 11111 | 0 | 11110 | 110001 | 1111010 | 10010 | 101100 |
Color Harmonies of #5B835C
Complementary color
Monochromatic Colors of #5B835C
Black with #5B835C
Text Example
Text Example
White with #5B835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B835C; }
p { color: rgb(91,131,92); }
H1.HeaderClassName
{
color: #5B835C;
}
.AnyTagClassName
{
color: #5B835C;
}
</style>
background-color css
<style>
a { background-color: #5B835C; }
a { background-color: rgb(91,131,92); }
div.DivClassName
{
background-color: #5B835C;
}
.BgClassName
{
background-color: #5B835C;
}
</style>
border-color css
<style>
span { border-color: #5B835C; }
span { border-color: rgb(91,131,92); }
td.TdClassName
{
border-color: #5B835C;
}
.TagClassName
{
border-color: #5B835C;
}
</style>