#60958A

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

Shades of Patina #60958A

Tints of Patina #60958A

Color information

#60958A (or 0x60958A) is unknown color: approx Patina. HEX triplet: 60, 95 and 8A. RGB value is (96,149,138). Sum of RGB (Red+Green+Blue) = 96+149+138=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 149 - color contains mainly: green. Hex color #60958A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60958A is #9F6A75. Grayscale: #838383. Windows color (decimal): -10447478 or 9082208. OLE color: 9082208.

HSL color Cylindrical-coordinate representation of color #60958A: hue angle of 167.55º 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 #60958A is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB96149138-
CMYK0.3600.070.42
HSL167.55º21.63%48.04%-
HSV(B)167.55º35.57%58.43%-
XYZ20.1625.8227.97-
YUV131.9131.44102.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.07%
GREEN value IS 149 (58.59% from 255) = 38.90%
BLUE value IS 138 (54.30% from 255) = 36.03%
R=25.07%
G=38.90%
B=36.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961491380.3600.070.42167.5521.6348.04
Hex60958A24072Aa81630
Octal1402252124407522502660
Binary1100000100101011000101010010001111010101010100010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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