Shades of Patina #65A184
Tints of Patina #65A184
RGB
CMYK
RGB Variations
Color information
#65A184 (or 0x65A184) is known color: Patina. HEX triplet: 65, A1 and 84. RGB value is (101,161,132). Sum of RGB (Red+Green+Blue) = 101+161+132=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 161 (63.28% from 255 or 40.86% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 161 - color contains mainly: green. Hex color #65A184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A184 is #9A5E7B. Grayscale: #8B8B8B. Windows color (decimal): -10116732 or 8692069. OLE color: 8692069.
HSL color Cylindrical-coordinate representation of color #65A184: hue angle of 151º 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 #65A184 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 161 | 132 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.37 |
| HSL | 151º | 0.24% | 0.51% | - |
| HSV(B) | 151º | 0.37% | 0.63% | - |
| XYZ | 22.28 | 29.92 | 26.43 | - |
| YUV | 139.75 | 123.62 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 161 | 132 | 0.37 | 0 | 0.18 | 0.37 | 151 | 0.24 | 0.51 |
| Hex | 65 | A1 | 84 | 25 | 0 | 12 | 25 | 97 | 18 | 33 |
| Octal | 145 | 241 | 204 | 45 | 0 | 22 | 45 | 227 | 30 | 63 |
| Binary | 1100101 | 10100001 | 10000100 | 100101 | 0 | 10010 | 100101 | 10010111 | 11000 | 110011 |
Color Harmonies of #65A184
Complementary color
Monochromatic Colors of #65A184
Black with #65A184
Text Example
Text Example
White with #65A184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A184; }
p { color: rgb(101,161,132); }
H1.HeaderClassName
{
color: #65A184;
}
.AnyTagClassName
{
color: #65A184;
}
</style>
background-color css
<style>
a { background-color: #65A184; }
a { background-color: rgb(101,161,132); }
div.DivClassName
{
background-color: #65A184;
}
.BgClassName
{
background-color: #65A184;
}
</style>
border-color css
<style>
span { border-color: #65A184; }
span { border-color: rgb(101,161,132); }
td.TdClassName
{
border-color: #65A184;
}
.TagClassName
{
border-color: #65A184;
}
</style>