#70857E

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

Shades of Patina #70857E

Tints of Patina #70857E

Color information

#70857E (or 0x70857E) is unknown color: approx Patina. HEX triplet: 70, 85 and 7E. RGB value is (112,133,126). Sum of RGB (Red+Green+Blue) = 112+133+126=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 133 - color contains mainly: green. Hex color #70857E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70857E is #8F7A81. Grayscale: #7D7D7D. Windows color (decimal): -9403010 or 8291696. OLE color: 8291696.

HSL color Cylindrical-coordinate representation of color #70857E: hue angle of 160º 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 #70857E is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB112133126-
CMYK0.1600.050.48
HSL160º8.57%48.04%-
HSV(B)160º15.79%52.16%-
XYZ18.8421.7322.94-
YUV125.92128.04118.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.19%
GREEN value IS 133 (52.34% from 255) = 35.85%
BLUE value IS 126 (49.61% from 255) = 33.96%
R=30.19%
G=35.85%
B=33.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121331260.1600.050.481608.5748.04
Hex70857E100530a0930
Octal1602051762005602401160
Binary1110000100001011111110100000101110000101000001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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