#70857C

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

Shades of Patina #70857C

Tints of Patina #70857C

Color information

#70857C (or 0x70857C) is unknown color: approx Patina. HEX triplet: 70, 85 and 7C. RGB value is (112,133,124). Sum of RGB (Red+Green+Blue) = 112+133+124=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 133 - color contains mainly: green. Hex color #70857C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70857C is #8F7A83. Grayscale: #7D7D7D. Windows color (decimal): -9403012 or 8160624. OLE color: 8160624.

HSL color Cylindrical-coordinate representation of color #70857C: hue angle of 154.29º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #70857C is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB112133124-
CMYK0.1600.070.48
HSL154.29º8.57%48.04%-
HSV(B)154.29º15.79%52.16%-
XYZ18.7121.6822.27-
YUV125.7127.04118.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.35%
GREEN value IS 133 (52.34% from 255) = 36.04%
BLUE value IS 124 (48.83% from 255) = 33.60%
R=30.35%
G=36.04%
B=33.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121331240.1600.070.48154.298.5748.04
Hex70857C1007309a930
Octal1602051742007602321160
Binary1110000100001011111100100000111110000100110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70857C; }

 p { color: rgb(112,133,124); }

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

<style>
 a { background-color: #70857C; }

 a { background-color: rgb(112,133,124); }

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

<style>
 span { border-color: #70857C; }

 span { border-color: rgb(112,133,124); }

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