#60937A

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

Shades of Patina #60937A

Tints of Patina #60937A

Color information

#60937A (or 0x60937A) is unknown color: approx Patina. HEX triplet: 60, 93 and 7A. RGB value is (96,147,122). Sum of RGB (Red+Green+Blue) = 96+147+122=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 147 - color contains mainly: green. Hex color #60937A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60937A is #9F6C85. Grayscale: #808080. Windows color (decimal): -10448006 or 8033120. OLE color: 8033120.

HSL color Cylindrical-coordinate representation of color #60937A: hue angle of 150.59º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #60937A is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB96147122-
CMYK0.3500.170.42
HSL150.59º20.99%47.65%-
HSV(B)150.59º34.69%57.65%-
XYZ18.7724.7622.2-
YUV128.9124.1104.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.30%
GREEN value IS 147 (57.81% from 255) = 40.27%
BLUE value IS 122 (48.05% from 255) = 33.42%
R=26.30%
G=40.27%
B=33.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961471220.3500.170.42150.5920.9947.65
Hex60937A230112A971530
Octal14022317243021522272560
Binary11000001001001111110101000110100011010101001011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60937A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60937A; }

 p { color: rgb(96,147,122); }

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

<style>
 a { background-color: #60937A; }

 a { background-color: rgb(96,147,122); }

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

<style>
 span { border-color: #60937A; }

 span { border-color: rgb(96,147,122); }

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