#709482

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

Shades of Patina #709482

Tints of Patina #709482

Color information

#709482 (or 0x709482) is unknown color: approx Patina. HEX triplet: 70, 94 and 82. RGB value is (112,148,130). Sum of RGB (Red+Green+Blue) = 112+148+130=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 148 - color contains mainly: green. Hex color #709482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709482 is #8F6B7D. Grayscale: #878787. Windows color (decimal): -9399166 or 8557680. OLE color: 8557680.

HSL color Cylindrical-coordinate representation of color #709482: hue angle of 150º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #709482 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB112148130-
CMYK0.2400.120.42
HSL150º14.4%50.98%-
HSV(B)150º24.32%58.04%-
XYZ21.326.2425.06-
YUV135.18125.07111.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.72%
GREEN value IS 148 (58.20% from 255) = 37.95%
BLUE value IS 130 (51.17% from 255) = 33.33%
R=28.72%
G=37.95%
B=33.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121481300.2400.120.4215014.450.98
Hex709482180C2A96e33
Octal16022420230014522261663
Binary111000010010100100000101100001100101010100101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709482; }

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

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

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

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

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

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

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

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