#709285

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

Shades of Patina #709285

Tints of Patina #709285

Color information

#709285 (or 0x709285) is unknown color: approx Patina. HEX triplet: 70, 92 and 85. RGB value is (112,146,133). Sum of RGB (Red+Green+Blue) = 112+146+133=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 146 - color contains mainly: green. Hex color #709285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709285 is #8F6D7A. Grayscale: #868686. Windows color (decimal): -9399675 or 8753776. OLE color: 8753776.

HSL color Cylindrical-coordinate representation of color #709285: hue angle of 157.06º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #709285 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB112146133-
CMYK0.2300.090.43
HSL157.06º13.49%50.59%-
HSV(B)157.06º23.29%57.25%-
XYZ21.1925.726.03-
YUV134.35127.24112.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.64%
GREEN value IS 146 (57.42% from 255) = 37.34%
BLUE value IS 133 (52.34% from 255) = 34.02%
R=28.64%
G=37.34%
B=34.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1121461330.2300.090.43157.0613.4950.59
Hex70928517092B9dd33
Octal16022220527011532351563
Binary111000010010010100001011011101001101011100111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709285; }

 p { color: rgb(112,146,133); }

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

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

 a { background-color: rgb(112,146,133); }

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

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

 span { border-color: rgb(112,146,133); }

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