#708F82

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

Shades of Patina #708F82

Tints of Patina #708F82

Color information

#708F82 (or 0x708F82) is unknown color: approx Patina. HEX triplet: 70, 8F and 82. RGB value is (112,143,130). Sum of RGB (Red+Green+Blue) = 112+143+130=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 143 - color contains mainly: green. Hex color #708F82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708F82 is #8F707D. Grayscale: #848484. Windows color (decimal): -9400446 or 8556400. OLE color: 8556400.

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

Color convert

RGB112143130-
CMYK0.2200.090.44
HSL154.84º12.16%50%-
HSV(B)154.84º21.68%56.08%-
XYZ20.5324.724.8-
YUV132.25126.73113.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.09%
GREEN value IS 143 (56.25% from 255) = 37.14%
BLUE value IS 130 (51.17% from 255) = 33.77%
R=29.09%
G=37.14%
B=33.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121431300.2200.090.44154.8412.1650
Hex708F8216092C9bc32
Octal16021720226011542331462
Binary111000010001111100000101011001001101100100110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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