#718F80

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

Shades of Patina #718F80

Tints of Patina #718F80

Color information

#718F80 (or 0x718F80) is unknown color: approx Patina. HEX triplet: 71, 8F and 80. RGB value is (113,143,128). Sum of RGB (Red+Green+Blue) = 113+143+128=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 143 - color contains mainly: green. Hex color #718F80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718F80 is #8E707F. Grayscale: #848484. Windows color (decimal): -9334912 or 8425329. OLE color: 8425329.

HSL color Cylindrical-coordinate representation of color #718F80: hue angle of 150º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #718F80 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB113143128-
CMYK0.2100.100.44
HSL150º11.81%50.2%-
HSV(B)150º20.98%56.08%-
XYZ20.5324.7124.11-
YUV132.32125.56114.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.43%
GREEN value IS 143 (56.25% from 255) = 37.24%
BLUE value IS 128 (50.39% from 255) = 33.33%
R=29.43%
G=37.24%
B=33.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1131431280.2100.100.4415011.8150.2
Hex718F80150A2C96c32
Octal16121720025012542261462
Binary111000110001111100000001010101010101100100101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718F80; }

 p { color: rgb(113,143,128); }

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

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

 a { background-color: rgb(113,143,128); }

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

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

 span { border-color: rgb(113,143,128); }

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