#56977C

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

Shades of Patina #56977C

Tints of Patina #56977C

Color information

#56977C (or 0x56977C) is unknown color: approx Patina. HEX triplet: 56, 97 and 7C. RGB value is (86,151,124). Sum of RGB (Red+Green+Blue) = 86+151+124=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 151 (59.38% from 255 or 41.83% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 151 - color contains mainly: green. Hex color #56977C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56977C is #A96883. Grayscale: #808080. Windows color (decimal): -11102340 or 8165206. OLE color: 8165206.

HSL color Cylindrical-coordinate representation of color #56977C: hue angle of 155.08º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #56977C is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB86151124-
CMYK0.4300.180.41
HSL155.08º27.43%46.47%-
HSV(B)155.08º43.05%59.22%-
XYZ18.5425.5723.03-
YUV128.49125.4797.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.82%
GREEN value IS 151 (59.38% from 255) = 41.83%
BLUE value IS 124 (48.83% from 255) = 34.35%
R=23.82%
G=41.83%
B=34.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal861511240.4300.180.41155.0827.4346.47
Hex56977C2B012299b1b2e
Octal12622717453022512333356
Binary10101101001011111111001010110100101010011001101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56977C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56977C; }

 p { color: rgb(86,151,124); }

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

<style>
 a { background-color: #56977C; }

 a { background-color: rgb(86,151,124); }

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

<style>
 span { border-color: #56977C; }

 span { border-color: rgb(86,151,124); }

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