Shades of Patina #65A08A
Tints of Patina #65A08A
RGB
CMYK
RGB Variations
Color information
#65A08A (or 0x65A08A) is known color: Patina. HEX triplet: 65, A0 and 8A. RGB value is (101,160,138). Sum of RGB (Red+Green+Blue) = 101+160+138=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 160 - color contains mainly: green. Hex color #65A08A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A08A is #9A5F75. Grayscale: #8B8B8B. Windows color (decimal): -10116982 or 9085029. OLE color: 9085029.
HSL color Cylindrical-coordinate representation of color #65A08A: hue angle of 157.63º 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 #65A08A is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 160 | 138 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.37 |
| HSL | 157.63º | 0.24% | 0.51% | - |
| HSV(B) | 157.63º | 0.37% | 0.63% | - |
| XYZ | 22.53 | 29.74 | 28.6 | - |
| YUV | 139.85 | 126.95 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 160 | 138 | 0.37 | 0 | 0.14 | 0.37 | 157.63 | 0.24 | 0.51 |
| Hex | 65 | A0 | 8A | 25 | 0 | E | 25 | 9E | 18 | 33 |
| Octal | 145 | 240 | 212 | 45 | 0 | 16 | 45 | 236 | 30 | 63 |
| Binary | 1100101 | 10100000 | 10001010 | 100101 | 0 | 1110 | 100101 | 10011110 | 11000 | 110011 |
Color Harmonies of #65A08A
Complementary color
Monochromatic Colors of #65A08A
Black with #65A08A
Text Example
Text Example
White with #65A08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A08A; }
p { color: rgb(101,160,138); }
H1.HeaderClassName
{
color: #65A08A;
}
.AnyTagClassName
{
color: #65A08A;
}
</style>
background-color css
<style>
a { background-color: #65A08A; }
a { background-color: rgb(101,160,138); }
div.DivClassName
{
background-color: #65A08A;
}
.BgClassName
{
background-color: #65A08A;
}
</style>
border-color css
<style>
span { border-color: #65A08A; }
span { border-color: rgb(101,160,138); }
td.TdClassName
{
border-color: #65A08A;
}
.TagClassName
{
border-color: #65A08A;
}
</style>