Shades of Patina #599378
Tints of Patina #599378
RGB
CMYK
RGB Variations
Color information
#599378 (or 0x599378) is known color: Patina. HEX triplet: 59, 93 and 78. RGB value is (89,147,120). Sum of RGB (Red+Green+Blue) = 89+147+120=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 147 - color contains mainly: green. Hex color #599378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599378 is #A66C87. Grayscale: #7E7E7E. Windows color (decimal): -10906760 or 7902041. OLE color: 7902041.
HSL color Cylindrical-coordinate representation of color #599378: hue angle of 152.07º 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 #599378 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 147 | 120 | - |
| CMYK | 0.39 | 0 | 0.18 | 0.42 |
| HSL | 152.07º | 0.25% | 0.46% | - |
| HSV(B) | 152.07º | 0.39% | 0.58% | - |
| XYZ | 17.94 | 24.35 | 21.52 | - |
| YUV | 126.58 | 124.28 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 147 | 120 | 0.39 | 0 | 0.18 | 0.42 | 152.07 | 0.25 | 0.46 |
| Hex | 59 | 93 | 78 | 27 | 0 | 12 | 2A | 98 | 19 | 2E |
| Octal | 131 | 223 | 170 | 47 | 0 | 22 | 52 | 230 | 31 | 56 |
| Binary | 1011001 | 10010011 | 1111000 | 100111 | 0 | 10010 | 101010 | 10011000 | 11001 | 101110 |
Color Harmonies of #599378
Complementary color
Monochromatic Colors of #599378
Black with #599378
Text Example
Text Example
White with #599378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599378; }
p { color: rgb(89,147,120); }
H1.HeaderClassName
{
color: #599378;
}
.AnyTagClassName
{
color: #599378;
}
</style>
background-color css
<style>
a { background-color: #599378; }
a { background-color: rgb(89,147,120); }
div.DivClassName
{
background-color: #599378;
}
.BgClassName
{
background-color: #599378;
}
</style>
border-color css
<style>
span { border-color: #599378; }
span { border-color: rgb(89,147,120); }
td.TdClassName
{
border-color: #599378;
}
.TagClassName
{
border-color: #599378;
}
</style>