#60897C

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

Shades of Patina #60897C

Tints of Patina #60897C

Color information

#60897C (or 0x60897C) is unknown color: approx Patina. HEX triplet: 60, 89 and 7C. RGB value is (96,137,124). Sum of RGB (Red+Green+Blue) = 96+137+124=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 137 - color contains mainly: green. Hex color #60897C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60897C is #9F7683. Grayscale: #7B7B7B. Windows color (decimal): -10450564 or 8161632. OLE color: 8161632.

HSL color Cylindrical-coordinate representation of color #60897C: hue angle of 160.98º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #60897C is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB96137124-
CMYK0.3000.090.46
HSL160.98º17.6%45.69%-
HSV(B)160.98º29.93%53.73%-
XYZ17.4121.8322.37-
YUV123.26128.42108.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.89%
GREEN value IS 137 (53.91% from 255) = 38.38%
BLUE value IS 124 (48.83% from 255) = 34.73%
R=26.89%
G=38.38%
B=34.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal961371240.3000.090.46160.9817.645.69
Hex60897C1E092Ea1122e
Octal14021117436011562412256
Binary110000010001001111110011110010011011101010000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60897C; }

 p { color: rgb(96,137,124); }

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

<style>
 a { background-color: #60897C; }

 a { background-color: rgb(96,137,124); }

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

<style>
 span { border-color: #60897C; }

 span { border-color: rgb(96,137,124); }

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