#60968B

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

Shades of Patina #60968B

Tints of Patina #60968B

Color information

#60968B (or 0x60968B) is unknown color: approx Patina. HEX triplet: 60, 96 and 8B. RGB value is (96,150,139). Sum of RGB (Red+Green+Blue) = 96+150+139=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 150 - color contains mainly: green. Hex color #60968B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60968B is #9F6974. Grayscale: #848484. Windows color (decimal): -10447221 or 9148000. OLE color: 9148000.

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

Color convert

RGB96150139-
CMYK0.3600.070.41
HSL167.78º21.95%48.24%-
HSV(B)167.78º36%58.82%-
XYZ20.3926.1628.4-
YUV132.6131.61101.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.94%
GREEN value IS 150 (58.98% from 255) = 38.96%
BLUE value IS 139 (54.69% from 255) = 36.10%
R=24.94%
G=38.96%
B=36.10%

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
Decimal961501390.3600.070.41167.7821.9548.24
Hex60968B240729a81630
Octal1402262134407512502660
Binary1100000100101101000101110010001111010011010100010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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