#568F7F

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

Shades of Patina #568F7F

Tints of Patina #568F7F

Color information

#568F7F (or 0x568F7F) is unknown color: approx Patina. HEX triplet: 56, 8F and 7F. RGB value is (86,143,127). Sum of RGB (Red+Green+Blue) = 86+143+127=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 143 - color contains mainly: green. Hex color #568F7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568F7F is #A97080. Grayscale: #7C7C7C. Windows color (decimal): -11104385 or 8359766. OLE color: 8359766.

HSL color Cylindrical-coordinate representation of color #568F7F: hue angle of 163.16º 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 #568F7F is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB86143127-
CMYK0.4000.110.44
HSL163.16º24.89%44.9%-
HSV(B)163.16º39.86%56.08%-
XYZ17.4923.1623.63-
YUV124.13129.62100.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.16%
GREEN value IS 143 (56.25% from 255) = 40.17%
BLUE value IS 127 (50% from 255) = 35.67%
R=24.16%
G=40.17%
B=35.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861431270.4000.110.44163.1624.8944.9
Hex568F7F280B2Ca3192d
Octal12621717750013542433155
Binary1010110100011111111111101000010111011001010001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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