#708980

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

Shades of Patina #708980

Tints of Patina #708980

Color information

#708980 (or 0x708980) is unknown color: approx Patina. HEX triplet: 70, 89 and 80. RGB value is (112,137,128). Sum of RGB (Red+Green+Blue) = 112+137+128=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 137 - color contains mainly: green. Hex color #708980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708980 is #8F767F. Grayscale: #808080. Windows color (decimal): -9401984 or 8423792. OLE color: 8423792.

HSL color Cylindrical-coordinate representation of color #708980: hue angle of 158.4º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #708980 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB112137128-
CMYK0.1800.070.46
HSL158.4º10.04%48.82%-
HSV(B)158.4º18.25%53.73%-
XYZ19.5222.8923.81-
YUV128.5127.72116.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.71%
GREEN value IS 137 (53.91% from 255) = 36.34%
BLUE value IS 128 (50.39% from 255) = 33.95%
R=29.71%
G=36.34%
B=33.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1121371280.1800.070.46158.410.0448.82
Hex70898012072E9ea31
Octal1602112002207562361261
Binary11100001000100110000000100100111101110100111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708980; }

 p { color: rgb(112,137,128); }

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

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

 a { background-color: rgb(112,137,128); }

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

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

 span { border-color: rgb(112,137,128); }

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