#60997B

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

Shades of Patina #60997B

Tints of Patina #60997B

Color information

#60997B (or 0x60997B) is unknown color: approx Patina. HEX triplet: 60, 99 and 7B. RGB value is (96,153,123). Sum of RGB (Red+Green+Blue) = 96+153+123=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 153 - color contains mainly: green. Hex color #60997B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60997B is #9F6684. Grayscale: #848484. Windows color (decimal): -10446469 or 8100192. OLE color: 8100192.

HSL color Cylindrical-coordinate representation of color #60997B: hue angle of 148.42º 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 #60997B is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB96153123-
CMYK0.3700.200.4
HSL148.42º22.89%48.82%-
HSV(B)148.42º37.25%60%-
XYZ19.7926.722.85-
YUV132.54122.62101.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.81%
GREEN value IS 153 (60.16% from 255) = 41.13%
BLUE value IS 123 (48.44% from 255) = 33.06%
R=25.81%
G=41.13%
B=33.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal961531230.3700.200.4148.4222.8948.82
Hex60997B2501428941731
Octal14023117345024502242761
Binary11000001001100111110111001010101001010001001010010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60997B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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