#60968C

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

Shades of Patina #60968C

Tints of Patina #60968C

Color information

#60968C (or 0x60968C) is unknown color: approx Patina. HEX triplet: 60, 96 and 8C. RGB value is (96,150,140). Sum of RGB (Red+Green+Blue) = 96+150+140=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 150 - color contains mainly: green. Hex color #60968C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60968C is #9F6973. Grayscale: #848484. Windows color (decimal): -10447220 or 9213536. OLE color: 9213536.

HSL color Cylindrical-coordinate representation of color #60968C: hue angle of 168.89º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #60968C is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB96150140-
CMYK0.3600.070.41
HSL168.89º21.95%48.24%-
HSV(B)168.89º36%58.82%-
XYZ20.4626.1928.79-
YUV132.71132.11101.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.87%
GREEN value IS 150 (58.98% from 255) = 38.86%
BLUE value IS 140 (55.08% from 255) = 36.27%
R=24.87%
G=38.86%
B=36.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal961501400.3600.070.41168.8921.9548.24
Hex60968C240729a91630
Octal1402262144407512512660
Binary1100000100101101000110010010001111010011010100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,150,140); }

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

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

 a { background-color: rgb(96,150,140); }

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

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

 span { border-color: rgb(96,150,140); }

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