#60968D

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

Shades of Patina #60968D

Tints of Patina #60968D

Color information

#60968D (or 0x60968D) is unknown color: approx Patina. HEX triplet: 60, 96 and 8D. RGB value is (96,150,141). Sum of RGB (Red+Green+Blue) = 96+150+141=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 150 - color contains mainly: green. Hex color #60968D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60968D is #9F6972. Grayscale: #848484. Windows color (decimal): -10447219 or 9279072. OLE color: 9279072.

HSL color Cylindrical-coordinate representation of color #60968D: hue angle of 170º 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 #60968D is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB96150141-
CMYK0.3600.060.41
HSL170º21.95%48.24%-
HSV(B)170º36%58.82%-
XYZ20.5426.2229.18-
YUV132.83132.61101.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.81%
GREEN value IS 150 (58.98% from 255) = 38.76%
BLUE value IS 141 (55.47% from 255) = 36.43%
R=24.81%
G=38.76%
B=36.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal961501410.3600.060.4117021.9548.24
Hex60968D240629aa1630
Octal1402262154406512522660
Binary1100000100101101000110110010001101010011010101010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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