#708F7F

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

Shades of Patina #708F7F

Tints of Patina #708F7F

Color information

#708F7F (or 0x708F7F) is unknown color: approx Patina. HEX triplet: 70, 8F and 7F. RGB value is (112,143,127). Sum of RGB (Red+Green+Blue) = 112+143+127=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 143 - color contains mainly: green. Hex color #708F7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708F7F is #8F7080. Grayscale: #838383. Windows color (decimal): -9400449 or 8359792. OLE color: 8359792.

HSL color Cylindrical-coordinate representation of color #708F7F: hue angle of 149.03º 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 #708F7F is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB112143127-
CMYK0.2200.110.44
HSL149.03º12.16%50%-
HSV(B)149.03º21.68%56.08%-
XYZ20.3424.6223.76-
YUV131.91125.23113.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.32%
GREEN value IS 143 (56.25% from 255) = 37.43%
BLUE value IS 127 (50% from 255) = 33.25%
R=29.32%
G=37.43%
B=33.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121431270.2200.110.44149.0312.1650
Hex708F7F160B2C95c32
Octal16021717726013542251462
Binary11100001000111111111111011001011101100100101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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