#729A85

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

Shades of Granny Smith #729A85

Tints of Granny Smith #729A85

Color information

#729A85 (or 0x729A85) is unknown color: approx Granny Smith. HEX triplet: 72, 9A and 85. RGB value is (114,154,133). Sum of RGB (Red+Green+Blue) = 114+154+133=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 154 - color contains mainly: green. Hex color #729A85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729A85 is #8D657A. Grayscale: #8B8B8B. Windows color (decimal): -9266555 or 8755826. OLE color: 8755826.

HSL color Cylindrical-coordinate representation of color #729A85: hue angle of 148.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #729A85 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB114154133-
CMYK0.2600.140.40
HSL148.5º16.53%52.55%-
HSV(B)148.5º25.97%60.39%-
XYZ22.7328.3826.47-
YUV139.65124.25109.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.43%
GREEN value IS 154 (60.55% from 255) = 38.40%
BLUE value IS 133 (52.34% from 255) = 33.17%
R=28.43%
G=38.40%
B=33.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1141541330.2600.140.40148.516.5352.55
Hex729A851A0E28941135
Octal16223220532016502242165
Binary1110010100110101000010111010011101010001001010010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729A85; }

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

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

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

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

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

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

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

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