#729486

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

Shades of Granny Smith #729486

Tints of Granny Smith #729486

Color information

#729486 (or 0x729486) is unknown color: approx Granny Smith. HEX triplet: 72, 94 and 86. RGB value is (114,148,134). Sum of RGB (Red+Green+Blue) = 114+148+134=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 148 - color contains mainly: green. Hex color #729486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729486 is #8D6B79. Grayscale: #888888. Windows color (decimal): -9268090 or 8819826. OLE color: 8819826.

HSL color Cylindrical-coordinate representation of color #729486: hue angle of 155.29º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #729486 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB114148134-
CMYK0.2300.090.42
HSL155.29º13.71%51.37%-
HSV(B)155.29º22.97%58.04%-
XYZ21.8326.4826.51-
YUV136.24126.74112.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.79%
GREEN value IS 148 (58.20% from 255) = 37.37%
BLUE value IS 134 (52.73% from 255) = 33.84%
R=28.79%
G=37.37%
B=33.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141481340.2300.090.42155.2913.7151.37
Hex72948617092A9be33
Octal16222420627011522331663
Binary111001010010100100001101011101001101010100110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729486; }

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

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

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

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

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

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

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

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