#60997C

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

Shades of Patina #60997C

Tints of Patina #60997C

Color information

#60997C (or 0x60997C) is unknown color: approx Patina. HEX triplet: 60, 99 and 7C. RGB value is (96,153,124). Sum of RGB (Red+Green+Blue) = 96+153+124=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #60997C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60997C is #9F6683. Grayscale: #848484. Windows color (decimal): -10446468 or 8165728. OLE color: 8165728.

HSL color Cylindrical-coordinate representation of color #60997C: hue angle of 149.47º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #60997C is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB96153124-
CMYK0.3700.190.4
HSL149.47º22.89%48.82%-
HSV(B)149.47º37.25%60%-
XYZ19.8526.7223.18-
YUV132.65123.12101.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.74%
GREEN value IS 153 (60.16% from 255) = 41.02%
BLUE value IS 124 (48.83% from 255) = 33.24%
R=25.74%
G=41.02%
B=33.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal961531240.3700.190.4149.4722.8948.82
Hex60997C2501328951731
Octal14023117445023502252761
Binary11000001001100111111001001010100111010001001010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60997C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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