Shades of Apple #599F47
Tints of Apple #599F47
RGB
CMYK
RGB Variations
Color information
#599F47 (or 0x599F47) is known color: Apple. HEX triplet: 59, 9F and 47. RGB value is (89,159,71). Sum of RGB (Red+Green+Blue) = 89+159+71=319 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.90% from 319); Green value is 159 (62.5% from 255 or 49.84% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 159 - color contains mainly: green. Hex color #599F47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599F47 is #A660B8. Grayscale: #808080. Windows color (decimal): -10903737 or 4693849. OLE color: 4693849.
HSL color Cylindrical-coordinate representation of color #599F47: hue angle of 107.73º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #599F47 is Cyan = 0.44, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 159 | 71 | - |
| CMYK | 0.44 | 0 | 0.55 | 0.38 |
| HSL | 107.73º | 0.38% | 0.45% | - |
| HSV(B) | 107.73º | 0.55% | 0.62% | - |
| XYZ | 17.66 | 27.38 | 10.31 | - |
| YUV | 128.04 | 95.81 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 159 | 71 | 0.44 | 0 | 0.55 | 0.38 | 107.73 | 0.38 | 0.45 |
| Hex | 59 | 9F | 47 | 2C | 0 | 37 | 26 | 6C | 26 | 2D |
| Octal | 131 | 237 | 107 | 54 | 0 | 67 | 46 | 154 | 46 | 55 |
| Binary | 1011001 | 10011111 | 1000111 | 101100 | 0 | 110111 | 100110 | 1101100 | 100110 | 101101 |
Color Harmonies of #599F47
Complementary color
Monochromatic Colors of #599F47
Black with #599F47
Text Example
Text Example
White with #599F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599F47; }
p { color: rgb(89,159,71); }
H1.HeaderClassName
{
color: #599F47;
}
.AnyTagClassName
{
color: #599F47;
}
</style>
background-color css
<style>
a { background-color: #599F47; }
a { background-color: rgb(89,159,71); }
div.DivClassName
{
background-color: #599F47;
}
.BgClassName
{
background-color: #599F47;
}
</style>
border-color css
<style>
span { border-color: #599F47; }
span { border-color: rgb(89,159,71); }
td.TdClassName
{
border-color: #599F47;
}
.TagClassName
{
border-color: #599F47;
}
</style>