#568E7F

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

Shades of Patina #568E7F

Tints of Patina #568E7F

Color information

#568E7F (or 0x568E7F) is unknown color: approx Patina. HEX triplet: 56, 8E and 7F. RGB value is (86,142,127). Sum of RGB (Red+Green+Blue) = 86+142+127=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 142 - color contains mainly: green. Hex color #568E7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568E7F is #A97180. Grayscale: #7B7B7B. Windows color (decimal): -11104641 or 8359510. OLE color: 8359510.

HSL color Cylindrical-coordinate representation of color #568E7F: hue angle of 163.93º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #568E7F is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB86142127-
CMYK0.3900.110.44
HSL163.93º24.56%44.71%-
HSV(B)163.93º39.44%55.69%-
XYZ17.3422.8623.58-
YUV123.55129.95101.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.23%
GREEN value IS 142 (55.86% from 255) = 40%
BLUE value IS 127 (50% from 255) = 35.77%
R=24.23%
G=40%
B=35.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861421270.3900.110.44163.9324.5644.71
Hex568E7F270B2Ca4192d
Octal12621617747013542443155
Binary1010110100011101111111100111010111011001010010011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568E7F; }

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

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

<style>
 a { background-color: #568E7F; }

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

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

<style>
 span { border-color: #568E7F; }

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

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