#56917F

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

Shades of Patina #56917F

Tints of Patina #56917F

Color information

#56917F (or 0x56917F) is unknown color: approx Patina. HEX triplet: 56, 91 and 7F. RGB value is (86,145,127). Sum of RGB (Red+Green+Blue) = 86+145+127=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 145 - color contains mainly: green. Hex color #56917F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56917F is #A96E80. Grayscale: #7D7D7D. Windows color (decimal): -11103873 or 8360278. OLE color: 8360278.

HSL color Cylindrical-coordinate representation of color #56917F: hue angle of 161.69º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #56917F is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB86145127-
CMYK0.4100.120.43
HSL161.69º25.54%45.29%-
HSV(B)161.69º40.69%56.86%-
XYZ17.7923.7623.73-
YUV125.31128.9599.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.02%
GREEN value IS 145 (57.03% from 255) = 40.50%
BLUE value IS 127 (50% from 255) = 35.47%
R=24.02%
G=40.50%
B=35.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal861451270.4100.120.43161.6925.5445.29
Hex56917F290C2Ba21a2d
Octal12622117751014532423255
Binary1010110100100011111111101001011001010111010001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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