#56967E

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

Shades of Patina #56967E

Tints of Patina #56967E

Color information

#56967E (or 0x56967E) is unknown color: approx Patina. HEX triplet: 56, 96 and 7E. RGB value is (86,150,126). Sum of RGB (Red+Green+Blue) = 86+150+126=362 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.76% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 150 - color contains mainly: green. Hex color #56967E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56967E is #A96981. Grayscale: #808080. Windows color (decimal): -11102594 or 8296022. OLE color: 8296022.

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

Color convert

RGB86150126-
CMYK0.4300.160.41
HSL157.5º27.12%46.27%-
HSV(B)157.5º42.67%58.82%-
XYZ18.5125.323.65-
YUV128.13126.897.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.76%
GREEN value IS 150 (58.98% from 255) = 41.44%
BLUE value IS 126 (49.61% from 255) = 34.81%
R=23.76%
G=41.44%
B=34.81%

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
Decimal861501260.4300.160.41157.527.1246.27
Hex56967E2B010299e1b2e
Octal12622617653020512363356
Binary10101101001011011111101010110100001010011001111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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