Shades of Hippie Green #5B815F
Tints of Hippie Green #5B815F
RGB
CMYK
RGB Variations
Color information
#5B815F (or 0x5B815F) is known color: Hippie Green. HEX triplet: 5B, 81 and 5F. RGB value is (91,129,95). Sum of RGB (Red+Green+Blue) = 91+129+95=315 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.89% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 129 - color contains mainly: green. Hex color #5B815F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B815F is #A47EA0. Grayscale: #717171. Windows color (decimal): -10780321 or 6259035. OLE color: 6259035.
HSL color Cylindrical-coordinate representation of color #5B815F: hue angle of 126.32º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5B815F is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 129 | 95 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.49 |
| HSL | 126.32º | 0.17% | 0.43% | - |
| HSV(B) | 126.32º | 0.29% | 0.51% | - |
| XYZ | 14.23 | 18.75 | 13.7 | - |
| YUV | 113.76 | 117.41 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 129 | 95 | 0.29 | 0 | 0.26 | 0.49 | 126.32 | 0.17 | 0.43 |
| Hex | 5B | 81 | 5F | 1D | 0 | 1A | 31 | 7E | 11 | 2B |
| Octal | 133 | 201 | 137 | 35 | 0 | 32 | 61 | 176 | 21 | 53 |
| Binary | 1011011 | 10000001 | 1011111 | 11101 | 0 | 11010 | 110001 | 1111110 | 10001 | 101011 |
Color Harmonies of #5B815F
Complementary color
Monochromatic Colors of #5B815F
Black with #5B815F
Text Example
Text Example
White with #5B815F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B815F; }
p { color: rgb(91,129,95); }
H1.HeaderClassName
{
color: #5B815F;
}
.AnyTagClassName
{
color: #5B815F;
}
</style>
background-color css
<style>
a { background-color: #5B815F; }
a { background-color: rgb(91,129,95); }
div.DivClassName
{
background-color: #5B815F;
}
.BgClassName
{
background-color: #5B815F;
}
</style>
border-color css
<style>
span { border-color: #5B815F; }
span { border-color: rgb(91,129,95); }
td.TdClassName
{
border-color: #5B815F;
}
.TagClassName
{
border-color: #5B815F;
}
</style>