Shades of Hippie Green #58964D
Tints of Hippie Green #58964D
RGB
CMYK
RGB Variations
Color information
#58964D (or 0x58964D) is known color: Hippie Green. HEX triplet: 58, 96 and 4D. RGB value is (88,150,77). Sum of RGB (Red+Green+Blue) = 88+150+77=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 150 (58.98% from 255 or 47.62% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 150 - color contains mainly: green. Hex color #58964D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58964D is #A769B2. Grayscale: #7B7B7B. Windows color (decimal): -10971571 or 5084760. OLE color: 5084760.
HSL color Cylindrical-coordinate representation of color #58964D: hue angle of 110.96º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58964D is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 88 | 150 | 77 | - |
| CMYK | 0.41 | 0 | 0.49 | 0.41 |
| HSL | 110.96º | 0.32% | 0.45% | - |
| HSV(B) | 110.96º | 0.49% | 0.59% | - |
| XYZ | 16.27 | 24.42 | 10.88 | - |
| YUV | 123.14 | 101.96 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 150 | 77 | 0.41 | 0 | 0.49 | 0.41 | 110.96 | 0.32 | 0.45 |
| Hex | 58 | 96 | 4D | 29 | 0 | 31 | 29 | 6F | 20 | 2D |
| Octal | 130 | 226 | 115 | 51 | 0 | 61 | 51 | 157 | 40 | 55 |
| Binary | 1011000 | 10010110 | 1001101 | 101001 | 0 | 110001 | 101001 | 1101111 | 100000 | 101101 |
Color Harmonies of #58964D
Complementary color
Monochromatic Colors of #58964D
Black with #58964D
Text Example
Text Example
White with #58964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58964D; }
p { color: rgb(88,150,77); }
H1.HeaderClassName
{
color: #58964D;
}
.AnyTagClassName
{
color: #58964D;
}
</style>
background-color css
<style>
a { background-color: #58964D; }
a { background-color: rgb(88,150,77); }
div.DivClassName
{
background-color: #58964D;
}
.BgClassName
{
background-color: #58964D;
}
</style>
border-color css
<style>
span { border-color: #58964D; }
span { border-color: rgb(88,150,77); }
td.TdClassName
{
border-color: #58964D;
}
.TagClassName
{
border-color: #58964D;
}
</style>