#60987C

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

Shades of Patina #60987C

Tints of Patina #60987C

Color information

#60987C (or 0x60987C) is unknown color: approx Patina. HEX triplet: 60, 98 and 7C. RGB value is (96,152,124). Sum of RGB (Red+Green+Blue) = 96+152+124=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 152 - color contains mainly: green. Hex color #60987C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60987C is #9F6783. Grayscale: #848484. Windows color (decimal): -10446724 or 8165472. OLE color: 8165472.

HSL color Cylindrical-coordinate representation of color #60987C: hue angle of 150º 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 #60987C is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB96152124-
CMYK0.3700.180.40
HSL150º22.58%48.63%-
HSV(B)150º36.84%59.61%-
XYZ19.6926.423.13-
YUV132.06123.45102.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.81%
GREEN value IS 152 (59.77% from 255) = 40.86%
BLUE value IS 124 (48.83% from 255) = 33.33%
R=25.81%
G=40.86%
B=33.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal961521240.3700.180.4015022.5848.63
Hex60987C2501228961731
Octal14023017445022502262761
Binary11000001001100011111001001010100101010001001011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60987C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,152,124); }

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

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

 a { background-color: rgb(96,152,124); }

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

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

 span { border-color: rgb(96,152,124); }

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