#60917C

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

Shades of Patina #60917C

Tints of Patina #60917C

Color information

#60917C (or 0x60917C) is unknown color: approx Patina. HEX triplet: 60, 91 and 7C. RGB value is (96,145,124). Sum of RGB (Red+Green+Blue) = 96+145+124=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 145 - color contains mainly: green. Hex color #60917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60917C is #9F6E83. Grayscale: #7F7F7F. Windows color (decimal): -10448516 or 8163680. OLE color: 8163680.

HSL color Cylindrical-coordinate representation of color #60917C: hue angle of 154.29º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #60917C is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB96145124-
CMYK0.3400.140.43
HSL154.29º20.33%47.25%-
HSV(B)154.29º33.79%56.86%-
XYZ18.5924.1922.76-
YUV127.95125.77105.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.30%
GREEN value IS 145 (57.03% from 255) = 39.73%
BLUE value IS 124 (48.83% from 255) = 33.97%
R=26.30%
G=39.73%
B=33.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal961451240.3400.140.43154.2920.3347.25
Hex60917C220E2B9a142f
Octal14022117442016532322457
Binary1100000100100011111100100010011101010111001101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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