#708E82

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

Shades of Patina #708E82

Tints of Patina #708E82

Color information

#708E82 (or 0x708E82) is unknown color: approx Patina. HEX triplet: 70, 8E and 82. RGB value is (112,142,130). Sum of RGB (Red+Green+Blue) = 112+142+130=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 142 - color contains mainly: green. Hex color #708E82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708E82 is #8F717D. Grayscale: #838383. Windows color (decimal): -9400702 or 8556144. OLE color: 8556144.

HSL color Cylindrical-coordinate representation of color #708E82: hue angle of 156º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #708E82 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB112142130-
CMYK0.2100.080.44
HSL156º11.81%49.8%-
HSV(B)156º21.13%55.69%-
XYZ20.3824.424.75-
YUV131.66127.06113.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.17%
GREEN value IS 142 (55.86% from 255) = 36.98%
BLUE value IS 130 (51.17% from 255) = 33.85%
R=29.17%
G=36.98%
B=33.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121421300.2100.080.4415611.8149.8
Hex708E8215082C9cc32
Octal16021620225010542341462
Binary111000010001110100000101010101000101100100111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708E82; }

 p { color: rgb(112,142,130); }

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

<style>
 a { background-color: #708E82; }

 a { background-color: rgb(112,142,130); }

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

<style>
 span { border-color: #708E82; }

 span { border-color: rgb(112,142,130); }

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