Shades of Hippie Green #599953
Tints of Hippie Green #599953
RGB
CMYK
RGB Variations
Color information
#599953 (or 0x599953) is known color: Hippie Green. HEX triplet: 59, 99 and 53. RGB value is (89,153,83). Sum of RGB (Red+Green+Blue) = 89+153+83=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #599953 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599953 is #A666AC. Grayscale: #7E7E7E. Windows color (decimal): -10905261 or 5478745. OLE color: 5478745.
HSL color Cylindrical-coordinate representation of color #599953: hue angle of 114.86º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #599953 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 89 | 153 | 83 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.4 |
| HSL | 114.86º | 0.3% | 0.46% | - |
| HSV(B) | 114.86º | 0.46% | 0.6% | - |
| XYZ | 17.07 | 25.53 | 12.21 | - |
| YUV | 125.88 | 103.8 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 153 | 83 | 0.42 | 0 | 0.46 | 0.4 | 114.86 | 0.3 | 0.46 |
| Hex | 59 | 99 | 53 | 2A | 0 | 2E | 28 | 73 | 1E | 2E |
| Octal | 131 | 231 | 123 | 52 | 0 | 56 | 50 | 163 | 36 | 56 |
| Binary | 1011001 | 10011001 | 1010011 | 101010 | 0 | 101110 | 101000 | 1110011 | 11110 | 101110 |
Color Harmonies of #599953
Complementary color
Monochromatic Colors of #599953
Black with #599953
Text Example
Text Example
White with #599953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599953; }
p { color: rgb(89,153,83); }
H1.HeaderClassName
{
color: #599953;
}
.AnyTagClassName
{
color: #599953;
}
</style>
background-color css
<style>
a { background-color: #599953; }
a { background-color: rgb(89,153,83); }
div.DivClassName
{
background-color: #599953;
}
.BgClassName
{
background-color: #599953;
}
</style>
border-color css
<style>
span { border-color: #599953; }
span { border-color: rgb(89,153,83); }
td.TdClassName
{
border-color: #599953;
}
.TagClassName
{
border-color: #599953;
}
</style>