#70847C

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

Shades of Patina #70847C

Tints of Patina #70847C

Color information

#70847C (or 0x70847C) is unknown color: approx Patina. HEX triplet: 70, 84 and 7C. RGB value is (112,132,124). Sum of RGB (Red+Green+Blue) = 112+132+124=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 132 - color contains mainly: green. Hex color #70847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70847C is #8F7B83. Grayscale: #7D7D7D. Windows color (decimal): -9403268 or 8160368. OLE color: 8160368.

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

Color convert

RGB112132124-
CMYK0.1500.060.48
HSL156º8.2%47.84%-
HSV(B)156º15.15%51.76%-
XYZ18.5721.422.22-
YUV125.11127.37118.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.43%
GREEN value IS 132 (51.95% from 255) = 35.87%
BLUE value IS 124 (48.83% from 255) = 33.70%
R=30.43%
G=35.87%
B=33.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121321240.1500.060.481568.247.84
Hex70847CF06309c830
Octal1602041741706602341060
Binary111000010000100111110011110110110000100111001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70847C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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