#60957B

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

Shades of Patina #60957B

Tints of Patina #60957B

Color information

#60957B (or 0x60957B) is unknown color: approx Patina. HEX triplet: 60, 95 and 7B. RGB value is (96,149,123). Sum of RGB (Red+Green+Blue) = 96+149+123=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 149 - color contains mainly: green. Hex color #60957B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60957B is #9F6A84. Grayscale: #828282. Windows color (decimal): -10447493 or 8099168. OLE color: 8099168.

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

Color convert

RGB96149123-
CMYK0.3600.170.42
HSL150.57º21.63%48.04%-
HSV(B)150.57º35.57%58.43%-
XYZ19.1525.4122.63-
YUV130.19123.94103.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.09%
GREEN value IS 149 (58.59% from 255) = 40.49%
BLUE value IS 123 (48.44% from 255) = 33.42%
R=26.09%
G=40.49%
B=33.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961491230.3600.170.42150.5721.6348.04
Hex60957B240112A971630
Octal14022517344021522272660
Binary11000001001010111110111001000100011010101001011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60957B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,149,123); }

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

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

 a { background-color: rgb(96,149,123); }

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

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

 span { border-color: rgb(96,149,123); }

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