Shades of Patina #65A08E
Tints of Patina #65A08E
RGB
CMYK
RGB Variations
Color information
#65A08E (or 0x65A08E) is known color: Patina. HEX triplet: 65, A0 and 8E. RGB value is (101,160,142). Sum of RGB (Red+Green+Blue) = 101+160+142=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 160 - color contains mainly: green. Hex color #65A08E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A08E is #9A5F71. Grayscale: #8C8C8C. Windows color (decimal): -10116978 or 9347173. OLE color: 9347173.
HSL color Cylindrical-coordinate representation of color #65A08E: hue angle of 161.69º 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 #65A08E is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 160 | 142 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.37 |
| HSL | 161.69º | 0.24% | 0.51% | - |
| HSV(B) | 161.69º | 0.37% | 0.63% | - |
| XYZ | 22.82 | 29.86 | 30.15 | - |
| YUV | 140.31 | 128.95 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 160 | 142 | 0.37 | 0 | 0.11 | 0.37 | 161.69 | 0.24 | 0.51 |
| Hex | 65 | A0 | 8E | 25 | 0 | B | 25 | A2 | 18 | 33 |
| Octal | 145 | 240 | 216 | 45 | 0 | 13 | 45 | 242 | 30 | 63 |
| Binary | 1100101 | 10100000 | 10001110 | 100101 | 0 | 1011 | 100101 | 10100010 | 11000 | 110011 |
Color Harmonies of #65A08E
Complementary color
Monochromatic Colors of #65A08E
Black with #65A08E
Text Example
Text Example
White with #65A08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A08E; }
p { color: rgb(101,160,142); }
H1.HeaderClassName
{
color: #65A08E;
}
.AnyTagClassName
{
color: #65A08E;
}
</style>
background-color css
<style>
a { background-color: #65A08E; }
a { background-color: rgb(101,160,142); }
div.DivClassName
{
background-color: #65A08E;
}
.BgClassName
{
background-color: #65A08E;
}
</style>
border-color css
<style>
span { border-color: #65A08E; }
span { border-color: rgb(101,160,142); }
td.TdClassName
{
border-color: #65A08E;
}
.TagClassName
{
border-color: #65A08E;
}
</style>