#60A584

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

Shades of Patina #60A584

Tints of Patina #60A584

Color information

#60A584 (or 0x60A584) is unknown color: approx Patina. HEX triplet: 60, A5 and 84. RGB value is (96,165,132). Sum of RGB (Red+Green+Blue) = 96+165+132=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 165 - color contains mainly: green. Hex color #60A584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A584 is #9F5A7B. Grayscale: #8C8C8C. Windows color (decimal): -10443388 or 8693088. OLE color: 8693088.

HSL color Cylindrical-coordinate representation of color #60A584: hue angle of 151.3º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #60A584 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB96165132-
CMYK0.4200.200.35
HSL151.3º27.71%51.18%-
HSV(B)151.3º41.82%64.71%-
XYZ22.4431.0626.64-
YUV140.61123.1496.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.43%
GREEN value IS 165 (64.84% from 255) = 41.98%
BLUE value IS 132 (51.95% from 255) = 33.59%
R=24.43%
G=41.98%
B=33.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal961651320.4200.200.35151.327.7151.18
Hex60A5842A01423971c33
Octal14024520452024432273463
Binary110000010100101100001001010100101001000111001011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,165,132); }

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

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

 a { background-color: rgb(96,165,132); }

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

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

 span { border-color: rgb(96,165,132); }

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