#56967B

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

Shades of Patina #56967B

Tints of Patina #56967B

Color information

#56967B (or 0x56967B) is unknown color: approx Patina. HEX triplet: 56, 96 and 7B. RGB value is (86,150,123). Sum of RGB (Red+Green+Blue) = 86+150+123=359 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.96% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 150 - color contains mainly: green. Hex color #56967B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56967B is #A96984. Grayscale: #7F7F7F. Windows color (decimal): -11102597 or 8099414. OLE color: 8099414.

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

Color convert

RGB86150123-
CMYK0.4300.180.41
HSL154.69º27.12%46.27%-
HSV(B)154.69º42.67%58.82%-
XYZ18.3225.2222.64-
YUV127.79125.398.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.96%
GREEN value IS 150 (58.98% from 255) = 41.78%
BLUE value IS 123 (48.44% from 255) = 34.26%
R=23.96%
G=41.78%
B=34.26%

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
Decimal861501230.4300.180.41154.6927.1246.27
Hex56967B2B012299b1b2e
Octal12622617353022512333356
Binary10101101001011011110111010110100101010011001101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56967B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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