#60A285

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

Shades of Patina #60A285

Tints of Patina #60A285

Color information

#60A285 (or 0x60A285) is unknown color: approx Patina. HEX triplet: 60, A2 and 85. RGB value is (96,162,133). Sum of RGB (Red+Green+Blue) = 96+162+133=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 162 - color contains mainly: green. Hex color #60A285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A285 is #9F5D7A. Grayscale: #8B8B8B. Windows color (decimal): -10444155 or 8757856. OLE color: 8757856.

HSL color Cylindrical-coordinate representation of color #60A285: hue angle of 153.64º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #60A285 is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB96162133-
CMYK0.4100.180.36
HSL153.64º26.19%50.59%-
HSV(B)153.64º40.74%63.53%-
XYZ21.9830.0226.83-
YUV138.96124.6397.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.55%
GREEN value IS 162 (63.67% from 255) = 41.43%
BLUE value IS 133 (52.34% from 255) = 34.02%
R=24.55%
G=41.43%
B=34.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal961621330.4100.180.36153.6426.1950.59
Hex60A28529012249a1a33
Octal14024220551022442323263
Binary110000010100010100001011010010100101001001001101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60A285; }

 p { color: rgb(96,162,133); }

 H1.HeaderClassName
 {
   color: #60A285;
 }
 .AnyTagClassName
 {
   color: #60A285;
 }
</style>
background-color css

<style>
 a { background-color: #60A285; }

 a { background-color: rgb(96,162,133); }

 div.DivClassName
 {
   background-color: #60A285;
 }
 .BgClassName
 {
   background-color: #60A285;
 }
</style>
border-color css

<style>
 span { border-color: #60A285; }

 span { border-color: rgb(96,162,133); }

 td.TdClassName
 {
   border-color: #60A285;
 }
 .TagClassName
 {
   border-color: #60A285;
 }
</style>