#729B85

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

Shades of Granny Smith #729B85

Tints of Granny Smith #729B85

Color information

#729B85 (or 0x729B85) is unknown color: approx Granny Smith. HEX triplet: 72, 9B and 85. RGB value is (114,155,133). Sum of RGB (Red+Green+Blue) = 114+155+133=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 155 (60.94% from 255 or 38.56% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 155 - color contains mainly: green. Hex color #729B85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729B85 is #8D647A. Grayscale: #8C8C8C. Windows color (decimal): -9266299 or 8756082. OLE color: 8756082.

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

Color convert

RGB114155133-
CMYK0.2600.140.39
HSL147.8º17.01%52.75%-
HSV(B)147.8º26.45%60.78%-
XYZ22.8928.7126.53-
YUV140.23123.92109.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.36%
GREEN value IS 155 (60.94% from 255) = 38.56%
BLUE value IS 133 (52.34% from 255) = 33.08%
R=28.36%
G=38.56%
B=33.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1141551330.2600.140.39147.817.0152.75
Hex729B851A0E27941135
Octal16223320532016472242165
Binary1110010100110111000010111010011101001111001010010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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