#60897F

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

Shades of Patina #60897F

Tints of Patina #60897F

Color information

#60897F (or 0x60897F) is unknown color: approx Patina. HEX triplet: 60, 89 and 7F. RGB value is (96,137,127). Sum of RGB (Red+Green+Blue) = 96+137+127=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 137 - color contains mainly: green. Hex color #60897F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60897F is #9F7680. Grayscale: #7B7B7B. Windows color (decimal): -10450561 or 8358240. OLE color: 8358240.

HSL color Cylindrical-coordinate representation of color #60897F: hue angle of 165.37º 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 #60897F is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB96137127-
CMYK0.3000.070.46
HSL165.37º17.6%45.69%-
HSV(B)165.37º29.93%53.73%-
XYZ17.621.9123.38-
YUV123.6129.92108.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.67%
GREEN value IS 137 (53.91% from 255) = 38.06%
BLUE value IS 127 (50% from 255) = 35.28%
R=26.67%
G=38.06%
B=35.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal961371270.3000.070.46165.3717.645.69
Hex60897F1E072Ea5122e
Octal1402111773607562452256
Binary11000001000100111111111111001111011101010010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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