Shades of Patina #659F8E
Tints of Patina #659F8E
RGB
CMYK
RGB Variations
Color information
#659F8E (or 0x659F8E) is known color: Patina. HEX triplet: 65, 9F and 8E. RGB value is (101,159,142). Sum of RGB (Red+Green+Blue) = 101+159+142=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 159 - color contains mainly: green. Hex color #659F8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659F8E is #9A6071. Grayscale: #8B8B8B. Windows color (decimal): -10117234 or 9346917. OLE color: 9346917.
HSL color Cylindrical-coordinate representation of color #659F8E: hue angle of 162.41º 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 #659F8E is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 159 | 142 | - |
| CMYK | 0.36 | 0 | 0.11 | 0.38 |
| HSL | 162.41º | 0.23% | 0.51% | - |
| HSV(B) | 162.41º | 0.36% | 0.62% | - |
| XYZ | 22.65 | 29.52 | 30.09 | - |
| YUV | 139.72 | 129.28 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 159 | 142 | 0.36 | 0 | 0.11 | 0.38 | 162.41 | 0.23 | 0.51 |
| Hex | 65 | 9F | 8E | 24 | 0 | B | 26 | A2 | 17 | 33 |
| Octal | 145 | 237 | 216 | 44 | 0 | 13 | 46 | 242 | 27 | 63 |
| Binary | 1100101 | 10011111 | 10001110 | 100100 | 0 | 1011 | 100110 | 10100010 | 10111 | 110011 |
Color Harmonies of #659F8E
Complementary color
Monochromatic Colors of #659F8E
Black with #659F8E
Text Example
Text Example
White with #659F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659F8E; }
p { color: rgb(101,159,142); }
H1.HeaderClassName
{
color: #659F8E;
}
.AnyTagClassName
{
color: #659F8E;
}
</style>
background-color css
<style>
a { background-color: #659F8E; }
a { background-color: rgb(101,159,142); }
div.DivClassName
{
background-color: #659F8E;
}
.BgClassName
{
background-color: #659F8E;
}
</style>
border-color css
<style>
span { border-color: #659F8E; }
span { border-color: rgb(101,159,142); }
td.TdClassName
{
border-color: #659F8E;
}
.TagClassName
{
border-color: #659F8E;
}
</style>