Shades of Patina #659C82
Tints of Patina #659C82
RGB
CMYK
RGB Variations
Color information
#659C82 (or 0x659C82) is known color: Patina. HEX triplet: 65, 9C and 82. RGB value is (101,156,130). Sum of RGB (Red+Green+Blue) = 101+156+130=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 156 - color contains mainly: green. Hex color #659C82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659C82 is #9A637D. Grayscale: #888888. Windows color (decimal): -10118014 or 8559717. OLE color: 8559717.
HSL color Cylindrical-coordinate representation of color #659C82: hue angle of 151.64º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #659C82 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 156 | 130 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.39 |
| HSL | 151.64º | 0.22% | 0.5% | - |
| HSV(B) | 151.64º | 0.35% | 0.61% | - |
| XYZ | 21.28 | 28.16 | 25.43 | - |
| YUV | 136.59 | 124.28 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 156 | 130 | 0.35 | 0 | 0.17 | 0.39 | 151.64 | 0.22 | 0.5 |
| Hex | 65 | 9C | 82 | 23 | 0 | 11 | 27 | 98 | 16 | 32 |
| Octal | 145 | 234 | 202 | 43 | 0 | 21 | 47 | 230 | 26 | 62 |
| Binary | 1100101 | 10011100 | 10000010 | 100011 | 0 | 10001 | 100111 | 10011000 | 10110 | 110010 |
Color Harmonies of #659C82
Complementary color
Monochromatic Colors of #659C82
Black with #659C82
Text Example
Text Example
White with #659C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659C82; }
p { color: rgb(101,156,130); }
H1.HeaderClassName
{
color: #659C82;
}
.AnyTagClassName
{
color: #659C82;
}
</style>
background-color css
<style>
a { background-color: #659C82; }
a { background-color: rgb(101,156,130); }
div.DivClassName
{
background-color: #659C82;
}
.BgClassName
{
background-color: #659C82;
}
</style>
border-color css
<style>
span { border-color: #659C82; }
span { border-color: rgb(101,156,130); }
td.TdClassName
{
border-color: #659C82;
}
.TagClassName
{
border-color: #659C82;
}
</style>