Shades of Patina #659F87
Tints of Patina #659F87
RGB
CMYK
RGB Variations
Color information
#659F87 (or 0x659F87) is known color: Patina. HEX triplet: 65, 9F and 87. RGB value is (101,159,135). Sum of RGB (Red+Green+Blue) = 101+159+135=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 159 - color contains mainly: green. Hex color #659F87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659F87 is #9A6078. Grayscale: #8A8A8A. Windows color (decimal): -10117241 or 8888165. OLE color: 8888165.
HSL color Cylindrical-coordinate representation of color #659F87: hue angle of 155.17º degrees, saturation: 0.23, 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 #659F87 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 159 | 135 | - |
| CMYK | 0.36 | 0 | 0.15 | 0.38 |
| HSL | 155.17º | 0.23% | 0.51% | - |
| HSV(B) | 155.17º | 0.36% | 0.62% | - |
| XYZ | 22.14 | 29.31 | 27.41 | - |
| YUV | 138.92 | 125.78 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 159 | 135 | 0.36 | 0 | 0.15 | 0.38 | 155.17 | 0.23 | 0.51 |
| Hex | 65 | 9F | 87 | 24 | 0 | F | 26 | 9B | 17 | 33 |
| Octal | 145 | 237 | 207 | 44 | 0 | 17 | 46 | 233 | 27 | 63 |
| Binary | 1100101 | 10011111 | 10000111 | 100100 | 0 | 1111 | 100110 | 10011011 | 10111 | 110011 |
Color Harmonies of #659F87
Complementary color
Monochromatic Colors of #659F87
Black with #659F87
Text Example
Text Example
White with #659F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659F87; }
p { color: rgb(101,159,135); }
H1.HeaderClassName
{
color: #659F87;
}
.AnyTagClassName
{
color: #659F87;
}
</style>
background-color css
<style>
a { background-color: #659F87; }
a { background-color: rgb(101,159,135); }
div.DivClassName
{
background-color: #659F87;
}
.BgClassName
{
background-color: #659F87;
}
</style>
border-color css
<style>
span { border-color: #659F87; }
span { border-color: rgb(101,159,135); }
td.TdClassName
{
border-color: #659F87;
}
.TagClassName
{
border-color: #659F87;
}
</style>