Shades of Hippie Green #599D4C
Tints of Hippie Green #599D4C
RGB
CMYK
RGB Variations
Color information
#599D4C (or 0x599D4C) is known color: Hippie Green. HEX triplet: 59, 9D and 4C. RGB value is (89,157,76). Sum of RGB (Red+Green+Blue) = 89+157+76=322 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.64% from 322); Green value is 157 (61.72% from 255 or 48.76% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 157 - color contains mainly: green. Hex color #599D4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599D4C is #A662B3. Grayscale: #7F7F7F. Windows color (decimal): -10904244 or 5021017. OLE color: 5021017.
HSL color Cylindrical-coordinate representation of color #599D4C: hue angle of 110.37º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #599D4C is Cyan = 0.43, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 157 | 76 | - |
| CMYK | 0.43 | 0 | 0.52 | 0.38 |
| HSL | 110.37º | 0.35% | 0.46% | - |
| HSV(B) | 110.37º | 0.52% | 0.62% | - |
| XYZ | 17.48 | 26.76 | 11.08 | - |
| YUV | 127.43 | 98.97 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 76 | 0.43 | 0 | 0.52 | 0.38 | 110.37 | 0.35 | 0.46 |
| Hex | 59 | 9D | 4C | 2B | 0 | 34 | 26 | 6E | 23 | 2E |
| Octal | 131 | 235 | 114 | 53 | 0 | 64 | 46 | 156 | 43 | 56 |
| Binary | 1011001 | 10011101 | 1001100 | 101011 | 0 | 110100 | 100110 | 1101110 | 100011 | 101110 |
Color Harmonies of #599D4C
Complementary color
Monochromatic Colors of #599D4C
Black with #599D4C
Text Example
Text Example
White with #599D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599D4C; }
p { color: rgb(89,157,76); }
H1.HeaderClassName
{
color: #599D4C;
}
.AnyTagClassName
{
color: #599D4C;
}
</style>
background-color css
<style>
a { background-color: #599D4C; }
a { background-color: rgb(89,157,76); }
div.DivClassName
{
background-color: #599D4C;
}
.BgClassName
{
background-color: #599D4C;
}
</style>
border-color css
<style>
span { border-color: #599D4C; }
span { border-color: rgb(89,157,76); }
td.TdClassName
{
border-color: #599D4C;
}
.TagClassName
{
border-color: #599D4C;
}
</style>