#728981

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

Shades of Patina #728981

Tints of Patina #728981

Color information

#728981 (or 0x728981) is unknown color: approx Patina. HEX triplet: 72, 89 and 81. RGB value is (114,137,129). Sum of RGB (Red+Green+Blue) = 114+137+129=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 137 - color contains mainly: green. Hex color #728981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728981 is #8D767E. Grayscale: #818181. Windows color (decimal): -9270911 or 8489330. OLE color: 8489330.

HSL color Cylindrical-coordinate representation of color #728981: hue angle of 159.13º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #728981 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB114137129-
CMYK0.1700.060.46
HSL159.13º9.16%49.22%-
HSV(B)159.13º16.79%53.73%-
XYZ19.8523.0524.17-
YUV129.21127.88117.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30%
GREEN value IS 137 (53.91% from 255) = 36.05%
BLUE value IS 129 (50.78% from 255) = 33.95%
R=30%
G=36.05%
B=33.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1141371290.1700.060.46159.139.1649.22
Hex72898111062E9f931
Octal1622112012106562371161
Binary11100101000100110000001100010110101110100111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728981; }

 p { color: rgb(114,137,129); }

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

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

 a { background-color: rgb(114,137,129); }

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

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

 span { border-color: rgb(114,137,129); }

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