Shades of Patina #599D7F
Tints of Patina #599D7F
RGB
CMYK
RGB Variations
Color information
#599D7F (or 0x599D7F) is known color: Patina. HEX triplet: 59, 9D and 7F. RGB value is (89,157,127). Sum of RGB (Red+Green+Blue) = 89+157+127=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 157 - color contains mainly: green. Hex color #599D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599D7F is #A66280. Grayscale: #858585. Windows color (decimal): -10904193 or 8363353. OLE color: 8363353.
HSL color Cylindrical-coordinate representation of color #599D7F: hue angle of 153.53º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #599D7F is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 157 | 127 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.38 |
| HSL | 153.53º | 0.28% | 0.48% | - |
| HSV(B) | 153.53º | 0.43% | 0.62% | - |
| XYZ | 20.01 | 27.77 | 24.38 | - |
| YUV | 133.25 | 124.47 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 127 | 0.43 | 0 | 0.19 | 0.38 | 153.53 | 0.28 | 0.48 |
| Hex | 59 | 9D | 7F | 2B | 0 | 13 | 26 | 9A | 1C | 30 |
| Octal | 131 | 235 | 177 | 53 | 0 | 23 | 46 | 232 | 34 | 60 |
| Binary | 1011001 | 10011101 | 1111111 | 101011 | 0 | 10011 | 100110 | 10011010 | 11100 | 110000 |
Color Harmonies of #599D7F
Complementary color
Monochromatic Colors of #599D7F
Black with #599D7F
Text Example
Text Example
White with #599D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599D7F; }
p { color: rgb(89,157,127); }
H1.HeaderClassName
{
color: #599D7F;
}
.AnyTagClassName
{
color: #599D7F;
}
</style>
background-color css
<style>
a { background-color: #599D7F; }
a { background-color: rgb(89,157,127); }
div.DivClassName
{
background-color: #599D7F;
}
.BgClassName
{
background-color: #599D7F;
}
</style>
border-color css
<style>
span { border-color: #599D7F; }
span { border-color: rgb(89,157,127); }
td.TdClassName
{
border-color: #599D7F;
}
.TagClassName
{
border-color: #599D7F;
}
</style>