#729485

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

Shades of Granny Smith #729485

Tints of Granny Smith #729485

Color information

#729485 (or 0x729485) is unknown color: approx Granny Smith. HEX triplet: 72, 94 and 85. RGB value is (114,148,133). Sum of RGB (Red+Green+Blue) = 114+148+133=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 148 - color contains mainly: green. Hex color #729485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729485 is #8D6B7A. Grayscale: #888888. Windows color (decimal): -9268091 or 8754290. OLE color: 8754290.

HSL color Cylindrical-coordinate representation of color #729485: hue angle of 153.53º 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 #729485 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB114148133-
CMYK0.2300.100.42
HSL153.53º13.71%51.37%-
HSV(B)153.53º22.97%58.04%-
XYZ21.7626.4526.15-
YUV136.12126.24112.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.86%
GREEN value IS 148 (58.20% from 255) = 37.47%
BLUE value IS 133 (52.34% from 255) = 33.67%
R=28.86%
G=37.47%
B=33.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141481330.2300.100.42153.5313.7151.37
Hex729485170A2A9ae33
Octal16222420527012522321663
Binary111001010010100100001011011101010101010100110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729485; }

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

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

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

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

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

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

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

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