Shades of Patina #65A189
Tints of Patina #65A189
RGB
CMYK
RGB Variations
Color information
#65A189 (or 0x65A189) is known color: Patina. HEX triplet: 65, A1 and 89. RGB value is (101,161,137). Sum of RGB (Red+Green+Blue) = 101+161+137=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 161 - color contains mainly: green. Hex color #65A189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A189 is #9A5E76. Grayscale: #8C8C8C. Windows color (decimal): -10116727 or 9019749. OLE color: 9019749.
HSL color Cylindrical-coordinate representation of color #65A189: hue angle of 156º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #65A189 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 161 | 137 | - |
| CMYK | 0.37 | 0 | 0.15 | 0.37 |
| HSL | 156º | 0.24% | 0.51% | - |
| HSV(B) | 156º | 0.37% | 0.63% | - |
| XYZ | 22.63 | 30.06 | 28.28 | - |
| YUV | 140.32 | 126.12 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 161 | 137 | 0.37 | 0 | 0.15 | 0.37 | 156 | 0.24 | 0.51 |
| Hex | 65 | A1 | 89 | 25 | 0 | F | 25 | 9C | 18 | 33 |
| Octal | 145 | 241 | 211 | 45 | 0 | 17 | 45 | 234 | 30 | 63 |
| Binary | 1100101 | 10100001 | 10001001 | 100101 | 0 | 1111 | 100101 | 10011100 | 11000 | 110011 |
Color Harmonies of #65A189
Complementary color
Monochromatic Colors of #65A189
Black with #65A189
Text Example
Text Example
White with #65A189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A189; }
p { color: rgb(101,161,137); }
H1.HeaderClassName
{
color: #65A189;
}
.AnyTagClassName
{
color: #65A189;
}
</style>
background-color css
<style>
a { background-color: #65A189; }
a { background-color: rgb(101,161,137); }
div.DivClassName
{
background-color: #65A189;
}
.BgClassName
{
background-color: #65A189;
}
</style>
border-color css
<style>
span { border-color: #65A189; }
span { border-color: rgb(101,161,137); }
td.TdClassName
{
border-color: #65A189;
}
.TagClassName
{
border-color: #65A189;
}
</style>