#59967E

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

Shades of Patina #59967E

Tints of Patina #59967E

Color information

#59967E (or 0x59967E) is unknown color: approx Patina. HEX triplet: 59, 96 and 7E. RGB value is (89,150,126). Sum of RGB (Red+Green+Blue) = 89+150+126=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 150 - color contains mainly: green. Hex color #59967E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59967E is #A66981. Grayscale: #818181. Windows color (decimal): -10905986 or 8296025. OLE color: 8296025.

HSL color Cylindrical-coordinate representation of color #59967E: hue angle of 156.39º 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 #59967E is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB89150126-
CMYK0.4100.160.41
HSL156.39º25.52%46.86%-
HSV(B)156.39º40.67%58.82%-
XYZ18.7925.4423.66-
YUV129.02126.2999.45-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.38%
GREEN value IS 150 (58.98% from 255) = 41.10%
BLUE value IS 126 (49.61% from 255) = 34.52%
R=24.38%
G=41.10%
B=34.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal891501260.4100.160.41156.3925.5246.86
Hex59967E29010299c1a2f
Octal13122617651020512343257
Binary10110011001011011111101010010100001010011001110011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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