#709284

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

Shades of Patina #709284

Tints of Patina #709284

Color information

#709284 (or 0x709284) is unknown color: approx Patina. HEX triplet: 70, 92 and 84. RGB value is (112,146,132). Sum of RGB (Red+Green+Blue) = 112+146+132=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 146 - color contains mainly: green. Hex color #709284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709284 is #8F6D7B. Grayscale: #868686. Windows color (decimal): -9399676 or 8688240. OLE color: 8688240.

HSL color Cylindrical-coordinate representation of color #709284: hue angle of 155.29º 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 #709284 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB112146132-
CMYK0.2300.100.43
HSL155.29º13.49%50.59%-
HSV(B)155.29º23.29%57.25%-
XYZ21.1325.6725.67-
YUV134.24126.74112.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.72%
GREEN value IS 146 (57.42% from 255) = 37.44%
BLUE value IS 132 (51.95% from 255) = 33.85%
R=28.72%
G=37.44%
B=33.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1121461320.2300.100.43155.2913.4950.59
Hex709284170A2B9bd33
Octal16022220427012532331563
Binary111000010010010100001001011101010101011100110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709284; }

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

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

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

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

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

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

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

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