Shades of Hippie Green #5B825C
Tints of Hippie Green #5B825C
RGB
CMYK
RGB Variations
Color information
#5B825C (or 0x5B825C) is known color: Hippie Green. HEX triplet: 5B, 82 and 5C. RGB value is (91,130,92). Sum of RGB (Red+Green+Blue) = 91+130+92=313 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.07% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 130 - color contains mainly: green. Hex color #5B825C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B825C is #A47DA3. Grayscale: #727272. Windows color (decimal): -10780068 or 6062683. OLE color: 6062683.
HSL color Cylindrical-coordinate representation of color #5B825C: hue angle of 121.54º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5B825C is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 130 | 92 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.49 |
| HSL | 121.54º | 0.18% | 0.43% | - |
| HSV(B) | 121.54º | 0.3% | 0.51% | - |
| XYZ | 14.23 | 18.96 | 13.04 | - |
| YUV | 114.01 | 115.58 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 130 | 92 | 0.30 | 0 | 0.29 | 0.49 | 121.54 | 0.18 | 0.43 |
| Hex | 5B | 82 | 5C | 1E | 0 | 1D | 31 | 7A | 12 | 2B |
| Octal | 133 | 202 | 134 | 36 | 0 | 35 | 61 | 172 | 22 | 53 |
| Binary | 1011011 | 10000010 | 1011100 | 11110 | 0 | 11101 | 110001 | 1111010 | 10010 | 101011 |
Color Harmonies of #5B825C
Complementary color
Monochromatic Colors of #5B825C
Black with #5B825C
Text Example
Text Example
White with #5B825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B825C; }
p { color: rgb(91,130,92); }
H1.HeaderClassName
{
color: #5B825C;
}
.AnyTagClassName
{
color: #5B825C;
}
</style>
background-color css
<style>
a { background-color: #5B825C; }
a { background-color: rgb(91,130,92); }
div.DivClassName
{
background-color: #5B825C;
}
.BgClassName
{
background-color: #5B825C;
}
</style>
border-color css
<style>
span { border-color: #5B825C; }
span { border-color: rgb(91,130,92); }
td.TdClassName
{
border-color: #5B825C;
}
.TagClassName
{
border-color: #5B825C;
}
</style>