#729086

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

Shades of Granny Smith #729086

Tints of Granny Smith #729086

Color information

#729086 (or 0x729086) is unknown color: approx Granny Smith. HEX triplet: 72, 90 and 86. RGB value is (114,144,134). Sum of RGB (Red+Green+Blue) = 114+144+134=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 144 - color contains mainly: green. Hex color #729086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729086 is #8D6F79. Grayscale: #858585. Windows color (decimal): -9269114 or 8818802. OLE color: 8818802.

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

Color convert

RGB114144134-
CMYK0.2100.070.44
HSL160º11.9%50.59%-
HSV(B)160º20.83%56.47%-
XYZ21.2225.2526.31-
YUV133.89128.06113.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.08%
GREEN value IS 144 (56.64% from 255) = 36.73%
BLUE value IS 134 (52.73% from 255) = 34.18%
R=29.08%
G=36.73%
B=34.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1141441340.2100.070.4416011.950.59
Hex72908615072Ca0c33
Octal1622202062507542401463
Binary11100101001000010000110101010111101100101000001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729086; }

 p { color: rgb(114,144,134); }

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

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

 a { background-color: rgb(114,144,134); }

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

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

 span { border-color: rgb(114,144,134); }

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