Shades of Patina #659D8D
Tints of Patina #659D8D
RGB
CMYK
RGB Variations
Color information
#659D8D (or 0x659D8D) is known color: Patina. HEX triplet: 65, 9D and 8D. RGB value is (101,157,141). Sum of RGB (Red+Green+Blue) = 101+157+141=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 157 - color contains mainly: green. Hex color #659D8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659D8D is #9A6272. Grayscale: #8A8A8A. Windows color (decimal): -10117747 or 9280869. OLE color: 9280869.
HSL color Cylindrical-coordinate representation of color #659D8D: hue angle of 162.86º 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 #659D8D is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 157 | 141 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.38 |
| HSL | 162.86º | 0.22% | 0.51% | - |
| HSV(B) | 162.86º | 0.36% | 0.62% | - |
| XYZ | 22.23 | 28.8 | 29.59 | - |
| YUV | 138.43 | 129.45 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 157 | 141 | 0.36 | 0 | 0.10 | 0.38 | 162.86 | 0.22 | 0.51 |
| Hex | 65 | 9D | 8D | 24 | 0 | A | 26 | A3 | 16 | 33 |
| Octal | 145 | 235 | 215 | 44 | 0 | 12 | 46 | 243 | 26 | 63 |
| Binary | 1100101 | 10011101 | 10001101 | 100100 | 0 | 1010 | 100110 | 10100011 | 10110 | 110011 |
Color Harmonies of #659D8D
Complementary color
Monochromatic Colors of #659D8D
Black with #659D8D
Text Example
Text Example
White with #659D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659D8D; }
p { color: rgb(101,157,141); }
H1.HeaderClassName
{
color: #659D8D;
}
.AnyTagClassName
{
color: #659D8D;
}
</style>
background-color css
<style>
a { background-color: #659D8D; }
a { background-color: rgb(101,157,141); }
div.DivClassName
{
background-color: #659D8D;
}
.BgClassName
{
background-color: #659D8D;
}
</style>
border-color css
<style>
span { border-color: #659D8D; }
span { border-color: rgb(101,157,141); }
td.TdClassName
{
border-color: #659D8D;
}
.TagClassName
{
border-color: #659D8D;
}
</style>