#709081

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

Shades of Patina #709081

Tints of Patina #709081

Color information

#709081 (or 0x709081) is unknown color: approx Patina. HEX triplet: 70, 90 and 81. RGB value is (112,144,129). Sum of RGB (Red+Green+Blue) = 112+144+129=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 144 - color contains mainly: green. Hex color #709081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709081 is #8F6F7E. Grayscale: #848484. Windows color (decimal): -9400191 or 8491120. OLE color: 8491120.

HSL color Cylindrical-coordinate representation of color #709081: hue angle of 151.88º degrees, saturation: 0.13, 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 #709081 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB112144129-
CMYK0.2200.100.44
HSL151.88º12.6%50.2%-
HSV(B)151.88º22.22%56.47%-
XYZ20.6224.9824.5-
YUV132.72125.9113.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.09%
GREEN value IS 144 (56.64% from 255) = 37.40%
BLUE value IS 129 (50.78% from 255) = 33.51%
R=29.09%
G=37.40%
B=33.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121441290.2200.100.44151.8812.650.2
Hex709081160A2C98d32
Octal16022020126012542301562
Binary111000010010000100000011011001010101100100110001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709081; }

 p { color: rgb(112,144,129); }

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

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

 a { background-color: rgb(112,144,129); }

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

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

 span { border-color: rgb(112,144,129); }

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