#568F7E

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

Shades of Patina #568F7E

Tints of Patina #568F7E

Color information

#568F7E (or 0x568F7E) is unknown color: approx Patina. HEX triplet: 56, 8F and 7E. RGB value is (86,143,126). Sum of RGB (Red+Green+Blue) = 86+143+126=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 143 - color contains mainly: green. Hex color #568F7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568F7E is #A97081. Grayscale: #7C7C7C. Windows color (decimal): -11104386 or 8294230. OLE color: 8294230.

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

Color convert

RGB86143126-
CMYK0.4000.120.44
HSL162.11º24.89%44.9%-
HSV(B)162.11º39.86%56.08%-
XYZ17.4323.1323.28-
YUV124.02129.12100.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.23%
GREEN value IS 143 (56.25% from 255) = 40.28%
BLUE value IS 126 (49.61% from 255) = 35.49%
R=24.23%
G=40.28%
B=35.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861431260.4000.120.44162.1124.8944.9
Hex568F7E280C2Ca2192d
Octal12621717650014542423155
Binary1010110100011111111110101000011001011001010001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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