#59967A

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

Shades of Patina #59967A

Tints of Patina #59967A

Color information

#59967A (or 0x59967A) is unknown color: approx Patina. HEX triplet: 59, 96 and 7A. RGB value is (89,150,122). Sum of RGB (Red+Green+Blue) = 89+150+122=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 150 - color contains mainly: green. Hex color #59967A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59967A is #A66985. Grayscale: #808080. Windows color (decimal): -10905990 or 8033881. OLE color: 8033881.

HSL color Cylindrical-coordinate representation of color #59967A: hue angle of 152.46º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #59967A is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB89150122-
CMYK0.4100.190.41
HSL152.46º25.52%46.86%-
HSV(B)152.46º40.67%58.82%-
XYZ18.5425.3422.33-
YUV128.57124.2999.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.65%
GREEN value IS 150 (58.98% from 255) = 41.55%
BLUE value IS 122 (48.05% from 255) = 33.80%
R=24.65%
G=41.55%
B=33.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal891501220.4100.190.41152.4625.5246.86
Hex59967A2901329981a2f
Octal13122617251023512303257
Binary10110011001011011110101010010100111010011001100011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,150,122); }

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

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

 a { background-color: rgb(89,150,122); }

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

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

 span { border-color: rgb(89,150,122); }

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