Shades of Patina #65A285
Tints of Patina #65A285
RGB
CMYK
RGB Variations
Color information
#65A285 (or 0x65A285) is known color: Patina. HEX triplet: 65, A2 and 85. RGB value is (101,162,133). Sum of RGB (Red+Green+Blue) = 101+162+133=396 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.51% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 162 - color contains mainly: green. Hex color #65A285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A285 is #9A5D7A. Grayscale: #8C8C8C. Windows color (decimal): -10116475 or 8757861. OLE color: 8757861.
HSL color Cylindrical-coordinate representation of color #65A285: hue angle of 151.48º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65A285 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 162 | 133 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.36 |
| HSL | 151.48º | 0.25% | 0.52% | - |
| HSV(B) | 151.48º | 0.38% | 0.64% | - |
| XYZ | 22.52 | 30.3 | 26.85 | - |
| YUV | 140.46 | 123.79 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 162 | 133 | 0.38 | 0 | 0.18 | 0.36 | 151.48 | 0.25 | 0.52 |
| Hex | 65 | A2 | 85 | 26 | 0 | 12 | 24 | 97 | 19 | 34 |
| Octal | 145 | 242 | 205 | 46 | 0 | 22 | 44 | 227 | 31 | 64 |
| Binary | 1100101 | 10100010 | 10000101 | 100110 | 0 | 10010 | 100100 | 10010111 | 11001 | 110100 |
Color Harmonies of #65A285
Complementary color
Monochromatic Colors of #65A285
Black with #65A285
Text Example
Text Example
White with #65A285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A285; }
p { color: rgb(101,162,133); }
H1.HeaderClassName
{
color: #65A285;
}
.AnyTagClassName
{
color: #65A285;
}
</style>
background-color css
<style>
a { background-color: #65A285; }
a { background-color: rgb(101,162,133); }
div.DivClassName
{
background-color: #65A285;
}
.BgClassName
{
background-color: #65A285;
}
</style>
border-color css
<style>
span { border-color: #65A285; }
span { border-color: rgb(101,162,133); }
td.TdClassName
{
border-color: #65A285;
}
.TagClassName
{
border-color: #65A285;
}
</style>