#60978E

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

Shades of Patina #60978E

Tints of Patina #60978E

Color information

#60978E (or 0x60978E) is unknown color: approx Patina. HEX triplet: 60, 97 and 8E. RGB value is (96,151,142). Sum of RGB (Red+Green+Blue) = 96+151+142=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 151 - color contains mainly: green. Hex color #60978E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60978E is #9F6871. Grayscale: #858585. Windows color (decimal): -10446962 or 9344864. OLE color: 9344864.

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

Color convert

RGB96151142-
CMYK0.3600.060.41
HSL170.18º22.27%48.43%-
HSV(B)170.18º36.42%59.22%-
XYZ20.7726.5729.63-
YUV133.53132.78101.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.68%
GREEN value IS 151 (59.38% from 255) = 38.82%
BLUE value IS 142 (55.86% from 255) = 36.50%
R=24.68%
G=38.82%
B=36.50%

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
Decimal961511420.3600.060.41170.1822.2748.43
Hex60978E240629aa1630
Octal1402272164406512522660
Binary1100000100101111000111010010001101010011010101010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60978E; }

 p { color: rgb(96,151,142); }

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

<style>
 a { background-color: #60978E; }

 a { background-color: rgb(96,151,142); }

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

<style>
 span { border-color: #60978E; }

 span { border-color: rgb(96,151,142); }

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