Shades of Patina #599678
Tints of Patina #599678
RGB
CMYK
RGB Variations
Color information
#599678 (or 0x599678) is known color: Patina. HEX triplet: 59, 96 and 78. RGB value is (89,150,120). Sum of RGB (Red+Green+Blue) = 89+150+120=359 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.79% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 150 - color contains mainly: green. Hex color #599678 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599678 is #A66987. Grayscale: #808080. Windows color (decimal): -10905992 or 7902809. OLE color: 7902809.
HSL color Cylindrical-coordinate representation of color #599678: hue angle of 150.49º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #599678 is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 89 | 150 | 120 | - |
| CMYK | 0.41 | 0 | 0.20 | 0.41 |
| HSL | 150.49º | 0.26% | 0.47% | - |
| HSV(B) | 150.49º | 0.41% | 0.59% | - |
| XYZ | 18.42 | 25.29 | 21.68 | - |
| YUV | 128.34 | 123.29 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 150 | 120 | 0.41 | 0 | 0.20 | 0.41 | 150.49 | 0.26 | 0.47 |
| Hex | 59 | 96 | 78 | 29 | 0 | 14 | 29 | 96 | 1A | 2F |
| Octal | 131 | 226 | 170 | 51 | 0 | 24 | 51 | 226 | 32 | 57 |
| Binary | 1011001 | 10010110 | 1111000 | 101001 | 0 | 10100 | 101001 | 10010110 | 11010 | 101111 |
Color Harmonies of #599678
Complementary color
Monochromatic Colors of #599678
Black with #599678
Text Example
Text Example
White with #599678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599678; }
p { color: rgb(89,150,120); }
H1.HeaderClassName
{
color: #599678;
}
.AnyTagClassName
{
color: #599678;
}
</style>
background-color css
<style>
a { background-color: #599678; }
a { background-color: rgb(89,150,120); }
div.DivClassName
{
background-color: #599678;
}
.BgClassName
{
background-color: #599678;
}
</style>
border-color css
<style>
span { border-color: #599678; }
span { border-color: rgb(89,150,120); }
td.TdClassName
{
border-color: #599678;
}
.TagClassName
{
border-color: #599678;
}
</style>