Shades of Hippie Green #599D4D
Tints of Hippie Green #599D4D
RGB
CMYK
RGB Variations
Color information
#599D4D (or 0x599D4D) is known color: Hippie Green. HEX triplet: 59, 9D and 4D. RGB value is (89,157,77). Sum of RGB (Red+Green+Blue) = 89+157+77=323 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.55% from 323); Green value is 157 (61.72% from 255 or 48.61% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 157 - color contains mainly: green. Hex color #599D4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599D4D is #A662B2. Grayscale: #7F7F7F. Windows color (decimal): -10904243 or 5086553. OLE color: 5086553.
HSL color Cylindrical-coordinate representation of color #599D4D: hue angle of 111º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #599D4D is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 157 | 77 | - |
| CMYK | 0.43 | 0 | 0.51 | 0.38 |
| HSL | 111º | 0.34% | 0.46% | - |
| HSV(B) | 111º | 0.51% | 0.62% | - |
| XYZ | 17.52 | 26.77 | 11.27 | - |
| YUV | 127.55 | 99.47 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 77 | 0.43 | 0 | 0.51 | 0.38 | 111 | 0.34 | 0.46 |
| Hex | 59 | 9D | 4D | 2B | 0 | 33 | 26 | 6F | 22 | 2E |
| Octal | 131 | 235 | 115 | 53 | 0 | 63 | 46 | 157 | 42 | 56 |
| Binary | 1011001 | 10011101 | 1001101 | 101011 | 0 | 110011 | 100110 | 1101111 | 100010 | 101110 |
Color Harmonies of #599D4D
Complementary color
Monochromatic Colors of #599D4D
Black with #599D4D
Text Example
Text Example
White with #599D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599D4D; }
p { color: rgb(89,157,77); }
H1.HeaderClassName
{
color: #599D4D;
}
.AnyTagClassName
{
color: #599D4D;
}
</style>
background-color css
<style>
a { background-color: #599D4D; }
a { background-color: rgb(89,157,77); }
div.DivClassName
{
background-color: #599D4D;
}
.BgClassName
{
background-color: #599D4D;
}
</style>
border-color css
<style>
span { border-color: #599D4D; }
span { border-color: rgb(89,157,77); }
td.TdClassName
{
border-color: #599D4D;
}
.TagClassName
{
border-color: #599D4D;
}
</style>