#56967F

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

Shades of Patina #56967F

Tints of Patina #56967F

Color information

#56967F (or 0x56967F) is unknown color: approx Patina. HEX triplet: 56, 96 and 7F. RGB value is (86,150,127). Sum of RGB (Red+Green+Blue) = 86+150+127=363 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.69% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 150 - color contains mainly: green. Hex color #56967F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56967F is #A96980. Grayscale: #808080. Windows color (decimal): -11102593 or 8361558. OLE color: 8361558.

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

Color convert

RGB86150127-
CMYK0.4300.150.41
HSL158.44º27.12%46.27%-
HSV(B)158.44º42.67%58.82%-
XYZ18.5725.3223.99-
YUV128.24127.397.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.69%
GREEN value IS 150 (58.98% from 255) = 41.32%
BLUE value IS 127 (50% from 255) = 34.99%
R=23.69%
G=41.32%
B=34.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal861501270.4300.150.41158.4427.1246.27
Hex56967F2B0F299e1b2e
Octal12622617753017512363356
Binary1010110100101101111111101011011111010011001111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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