Shades of Hippie Green #58865B
Tints of Hippie Green #58865B
RGB
CMYK
RGB Variations
Color information
#58865B (or 0x58865B) is known color: Hippie Green. HEX triplet: 58, 86 and 5B. RGB value is (88,134,91). Sum of RGB (Red+Green+Blue) = 88+134+91=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 134 - color contains mainly: green. Hex color #58865B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58865B is #A779A4. Grayscale: #737373. Windows color (decimal): -10975653 or 5998168. OLE color: 5998168.
HSL color Cylindrical-coordinate representation of color #58865B: hue angle of 123.91º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #58865B is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 134 | 91 | - |
| CMYK | 0.34 | 0 | 0.32 | 0.47 |
| HSL | 123.91º | 0.21% | 0.44% | - |
| HSV(B) | 123.91º | 0.34% | 0.53% | - |
| XYZ | 14.44 | 19.88 | 12.97 | - |
| YUV | 115.34 | 114.26 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 134 | 91 | 0.34 | 0 | 0.32 | 0.47 | 123.91 | 0.21 | 0.44 |
| Hex | 58 | 86 | 5B | 22 | 0 | 20 | 2F | 7C | 15 | 2C |
| Octal | 130 | 206 | 133 | 42 | 0 | 40 | 57 | 174 | 25 | 54 |
| Binary | 1011000 | 10000110 | 1011011 | 100010 | 0 | 100000 | 101111 | 1111100 | 10101 | 101100 |
Color Harmonies of #58865B
Complementary color
Monochromatic Colors of #58865B
Black with #58865B
Text Example
Text Example
White with #58865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58865B; }
p { color: rgb(88,134,91); }
H1.HeaderClassName
{
color: #58865B;
}
.AnyTagClassName
{
color: #58865B;
}
</style>
background-color css
<style>
a { background-color: #58865B; }
a { background-color: rgb(88,134,91); }
div.DivClassName
{
background-color: #58865B;
}
.BgClassName
{
background-color: #58865B;
}
</style>
border-color css
<style>
span { border-color: #58865B; }
span { border-color: rgb(88,134,91); }
td.TdClassName
{
border-color: #58865B;
}
.TagClassName
{
border-color: #58865B;
}
</style>