Shades of Patina #65A191
Tints of Patina #65A191
RGB
CMYK
RGB Variations
Color information
#65A191 (or 0x65A191) is known color: Patina. HEX triplet: 65, A1 and 91. RGB value is (101,161,145). Sum of RGB (Red+Green+Blue) = 101+161+145=407 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.82% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 161 - color contains mainly: green. Hex color #65A191 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A191 is #9A5E6E. Grayscale: #8D8D8D. Windows color (decimal): -10116719 or 9544037. OLE color: 9544037.
HSL color Cylindrical-coordinate representation of color #65A191: hue angle of 164º 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 #65A191 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 161 | 145 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.37 |
| HSL | 164º | 0.24% | 0.51% | - |
| HSV(B) | 164º | 0.37% | 0.63% | - |
| XYZ | 23.22 | 30.3 | 31.41 | - |
| YUV | 141.24 | 130.12 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 161 | 145 | 0.37 | 0 | 0.10 | 0.37 | 164 | 0.24 | 0.51 |
| Hex | 65 | A1 | 91 | 25 | 0 | A | 25 | A4 | 18 | 33 |
| Octal | 145 | 241 | 221 | 45 | 0 | 12 | 45 | 244 | 30 | 63 |
| Binary | 1100101 | 10100001 | 10010001 | 100101 | 0 | 1010 | 100101 | 10100100 | 11000 | 110011 |
Color Harmonies of #65A191
Complementary color
Monochromatic Colors of #65A191
Black with #65A191
Text Example
Text Example
White with #65A191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A191; }
p { color: rgb(101,161,145); }
H1.HeaderClassName
{
color: #65A191;
}
.AnyTagClassName
{
color: #65A191;
}
</style>
background-color css
<style>
a { background-color: #65A191; }
a { background-color: rgb(101,161,145); }
div.DivClassName
{
background-color: #65A191;
}
.BgClassName
{
background-color: #65A191;
}
</style>
border-color css
<style>
span { border-color: #65A191; }
span { border-color: rgb(101,161,145); }
td.TdClassName
{
border-color: #65A191;
}
.TagClassName
{
border-color: #65A191;
}
</style>