Shades of Patina #65A187
Tints of Patina #65A187
RGB
CMYK
RGB Variations
Color information
#65A187 (or 0x65A187) is known color: Patina. HEX triplet: 65, A1 and 87. RGB value is (101,161,135). Sum of RGB (Red+Green+Blue) = 101+161+135=397 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.44% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 135 (53.12% from 255 or 34.01% from 397); Max value from RGB is 161 - color contains mainly: green. Hex color #65A187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A187 is #9A5E78. Grayscale: #8C8C8C. Windows color (decimal): -10116729 or 8888677. OLE color: 8888677.
HSL color Cylindrical-coordinate representation of color #65A187: hue angle of 154º 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 #65A187 is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 161 | 135 | - |
| CMYK | 0.37 | 0 | 0.16 | 0.37 |
| HSL | 154º | 0.24% | 0.51% | - |
| HSV(B) | 154º | 0.37% | 0.63% | - |
| XYZ | 22.48 | 30.01 | 27.53 | - |
| YUV | 140.1 | 125.12 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 161 | 135 | 0.37 | 0 | 0.16 | 0.37 | 154 | 0.24 | 0.51 |
| Hex | 65 | A1 | 87 | 25 | 0 | 10 | 25 | 9A | 18 | 33 |
| Octal | 145 | 241 | 207 | 45 | 0 | 20 | 45 | 232 | 30 | 63 |
| Binary | 1100101 | 10100001 | 10000111 | 100101 | 0 | 10000 | 100101 | 10011010 | 11000 | 110011 |
Color Harmonies of #65A187
Complementary color
Monochromatic Colors of #65A187
Black with #65A187
Text Example
Text Example
White with #65A187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A187; }
p { color: rgb(101,161,135); }
H1.HeaderClassName
{
color: #65A187;
}
.AnyTagClassName
{
color: #65A187;
}
</style>
background-color css
<style>
a { background-color: #65A187; }
a { background-color: rgb(101,161,135); }
div.DivClassName
{
background-color: #65A187;
}
.BgClassName
{
background-color: #65A187;
}
</style>
border-color css
<style>
span { border-color: #65A187; }
span { border-color: rgb(101,161,135); }
td.TdClassName
{
border-color: #65A187;
}
.TagClassName
{
border-color: #65A187;
}
</style>