#56977F

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

Shades of Patina #56977F

Tints of Patina #56977F

Color information

#56977F (or 0x56977F) is unknown color: approx Patina. HEX triplet: 56, 97 and 7F. RGB value is (86,151,127). Sum of RGB (Red+Green+Blue) = 86+151+127=364 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.63% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 151 - color contains mainly: green. Hex color #56977F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56977F is #A96880. Grayscale: #808080. Windows color (decimal): -11102337 or 8361814. OLE color: 8361814.

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

Color convert

RGB86151127-
CMYK0.4300.160.41
HSL157.85º27.43%46.47%-
HSV(B)157.85º43.05%59.22%-
XYZ18.7425.6424.04-
YUV128.83126.9797.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.63%
GREEN value IS 151 (59.38% from 255) = 41.48%
BLUE value IS 127 (50% from 255) = 34.89%
R=23.63%
G=41.48%
B=34.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal861511270.4300.160.41157.8527.4346.47
Hex56977F2B010299e1b2e
Octal12622717753020512363356
Binary10101101001011111111111010110100001010011001111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56977F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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