#718F81

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

Shades of Patina #718F81

Tints of Patina #718F81

Color information

#718F81 (or 0x718F81) is unknown color: approx Patina. HEX triplet: 71, 8F and 81. RGB value is (113,143,129). Sum of RGB (Red+Green+Blue) = 113+143+129=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 143 - color contains mainly: green. Hex color #718F81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718F81 is #8E707E. Grayscale: #848484. Windows color (decimal): -9334911 or 8490865. OLE color: 8490865.

HSL color Cylindrical-coordinate representation of color #718F81: hue angle of 152º 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 #718F81 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB113143129-
CMYK0.2100.100.44
HSL152º11.81%50.2%-
HSV(B)152º20.98%56.08%-
XYZ20.5924.7424.46-
YUV132.43126.06114.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.35%
GREEN value IS 143 (56.25% from 255) = 37.14%
BLUE value IS 129 (50.78% from 255) = 33.51%
R=29.35%
G=37.14%
B=33.51%

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
Decimal1131431290.2100.100.4415211.8150.2
Hex718F81150A2C98c32
Octal16121720125012542301462
Binary111000110001111100000011010101010101100100110001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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