Shades of Patina #599379
Tints of Patina #599379
RGB
CMYK
RGB Variations
Color information
#599379 (or 0x599379) is known color: Patina. HEX triplet: 59, 93 and 79. RGB value is (89,147,121). Sum of RGB (Red+Green+Blue) = 89+147+121=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 147 - color contains mainly: green. Hex color #599379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599379 is #A66C86. Grayscale: #7E7E7E. Windows color (decimal): -10906759 or 7967577. OLE color: 7967577.
HSL color Cylindrical-coordinate representation of color #599379: hue angle of 153.1º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #599379 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 147 | 121 | - |
| CMYK | 0.39 | 0 | 0.18 | 0.42 |
| HSL | 153.1º | 0.25% | 0.46% | - |
| HSV(B) | 153.1º | 0.39% | 0.58% | - |
| XYZ | 18 | 24.37 | 21.84 | - |
| YUV | 126.69 | 124.78 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 147 | 121 | 0.39 | 0 | 0.18 | 0.42 | 153.1 | 0.25 | 0.46 |
| Hex | 59 | 93 | 79 | 27 | 0 | 12 | 2A | 99 | 19 | 2E |
| Octal | 131 | 223 | 171 | 47 | 0 | 22 | 52 | 231 | 31 | 56 |
| Binary | 1011001 | 10010011 | 1111001 | 100111 | 0 | 10010 | 101010 | 10011001 | 11001 | 101110 |
Color Harmonies of #599379
Complementary color
Monochromatic Colors of #599379
Black with #599379
Text Example
Text Example
White with #599379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599379; }
p { color: rgb(89,147,121); }
H1.HeaderClassName
{
color: #599379;
}
.AnyTagClassName
{
color: #599379;
}
</style>
background-color css
<style>
a { background-color: #599379; }
a { background-color: rgb(89,147,121); }
div.DivClassName
{
background-color: #599379;
}
.BgClassName
{
background-color: #599379;
}
</style>
border-color css
<style>
span { border-color: #599379; }
span { border-color: rgb(89,147,121); }
td.TdClassName
{
border-color: #599379;
}
.TagClassName
{
border-color: #599379;
}
</style>