#60A282

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

Shades of Patina #60A282

Tints of Patina #60A282

Color information

#60A282 (or 0x60A282) is unknown color: approx Patina. HEX triplet: 60, A2 and 82. RGB value is (96,162,130). Sum of RGB (Red+Green+Blue) = 96+162+130=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 162 - color contains mainly: green. Hex color #60A282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A282 is #9F5D7D. Grayscale: #8A8A8A. Windows color (decimal): -10444158 or 8561248. OLE color: 8561248.

HSL color Cylindrical-coordinate representation of color #60A282: hue angle of 150.91º 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 #60A282 is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB96162130-
CMYK0.4100.200.36
HSL150.91º26.19%50.59%-
HSV(B)150.91º40.74%63.53%-
XYZ21.7729.9425.75-
YUV138.62123.1397.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.74%
GREEN value IS 162 (63.67% from 255) = 41.75%
BLUE value IS 130 (51.17% from 255) = 33.51%
R=24.74%
G=41.75%
B=33.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal961621300.4100.200.36150.9126.1950.59
Hex60A2822901424971a33
Octal14024220251024442273263
Binary110000010100010100000101010010101001001001001011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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