#65A285

Color #65A285 Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #65A285

Tints of Patina #65A285

Color information

#65A285 (or 0x65A285) is unknown color: approx 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

RGB101162133-
CMYK0.3800.180.36
HSL151.48º24.7%51.57%-
HSV(B)151.48º37.65%63.53%-
XYZ22.5230.326.85-
YUV140.45123.7999.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 25.51%
GREEN value IS 162 (63.67% from 255) = 40.91%
BLUE value IS 133 (52.34% from 255) = 33.59%
R=25.51%
G=40.91%
B=33.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1011621330.3800.180.36151.4824.751.57
Hex65A2852601224971934
Octal14524220546022442273164
Binary110010110100010100001011001100100101001001001011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>