#60897E

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

Shades of Patina #60897E

Tints of Patina #60897E

Color information

#60897E (or 0x60897E) is unknown color: approx Patina. HEX triplet: 60, 89 and 7E. RGB value is (96,137,126). Sum of RGB (Red+Green+Blue) = 96+137+126=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 137 - color contains mainly: green. Hex color #60897E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60897E is #9F7681. Grayscale: #7B7B7B. Windows color (decimal): -10450562 or 8292704. OLE color: 8292704.

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

Color convert

RGB96137126-
CMYK0.3000.080.46
HSL163.9º17.6%45.69%-
HSV(B)163.9º29.93%53.73%-
XYZ17.5421.8823.04-
YUV123.49129.42108.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.74%
GREEN value IS 137 (53.91% from 255) = 38.16%
BLUE value IS 126 (49.61% from 255) = 35.10%
R=26.74%
G=38.16%
B=35.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal961371260.3000.080.46163.917.645.69
Hex60897E1E082Ea4122e
Octal14021117636010562442256
Binary110000010001001111111011110010001011101010010010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60897E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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