Shades of Patina #659D89
Tints of Patina #659D89
RGB
CMYK
RGB Variations
Color information
#659D89 (or 0x659D89) is known color: Patina. HEX triplet: 65, 9D and 89. RGB value is (101,157,137). Sum of RGB (Red+Green+Blue) = 101+157+137=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 157 - color contains mainly: green. Hex color #659D89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659D89 is #9A6276. Grayscale: #8A8A8A. Windows color (decimal): -10117751 or 9018725. OLE color: 9018725.
HSL color Cylindrical-coordinate representation of color #659D89: hue angle of 158.57º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #659D89 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 157 | 137 | - |
| CMYK | 0.36 | 0 | 0.13 | 0.38 |
| HSL | 158.57º | 0.22% | 0.51% | - |
| HSV(B) | 158.57º | 0.36% | 0.62% | - |
| XYZ | 21.94 | 28.69 | 28.05 | - |
| YUV | 137.98 | 127.45 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 157 | 137 | 0.36 | 0 | 0.13 | 0.38 | 158.57 | 0.22 | 0.51 |
| Hex | 65 | 9D | 89 | 24 | 0 | D | 26 | 9F | 16 | 33 |
| Octal | 145 | 235 | 211 | 44 | 0 | 15 | 46 | 237 | 26 | 63 |
| Binary | 1100101 | 10011101 | 10001001 | 100100 | 0 | 1101 | 100110 | 10011111 | 10110 | 110011 |
Color Harmonies of #659D89
Complementary color
Monochromatic Colors of #659D89
Black with #659D89
Text Example
Text Example
White with #659D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659D89; }
p { color: rgb(101,157,137); }
H1.HeaderClassName
{
color: #659D89;
}
.AnyTagClassName
{
color: #659D89;
}
</style>
background-color css
<style>
a { background-color: #659D89; }
a { background-color: rgb(101,157,137); }
div.DivClassName
{
background-color: #659D89;
}
.BgClassName
{
background-color: #659D89;
}
</style>
border-color css
<style>
span { border-color: #659D89; }
span { border-color: rgb(101,157,137); }
td.TdClassName
{
border-color: #659D89;
}
.TagClassName
{
border-color: #659D89;
}
</style>