#729B62

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

Shades of Amulet #729B62

Tints of Amulet #729B62

Color information

#729B62 (or 0x729B62) is unknown color: approx Amulet. HEX triplet: 72, 9B and 62. RGB value is (114,155,98). Sum of RGB (Red+Green+Blue) = 114+155+98=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 155 - color contains mainly: green. Hex color #729B62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729B62 is #8D649D. Grayscale: #888888. Windows color (decimal): -9266334 or 6462322. OLE color: 6462322.

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

Color convert

RGB11415598-
CMYK0.2600.370.39
HSL103.16º22.53%49.61%-
HSV(B)103.16º36.77%60.78%-
XYZ20.8727.915.84-
YUV136.24106.42112.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.06%
GREEN value IS 155 (60.94% from 255) = 42.23%
BLUE value IS 98 (38.67% from 255) = 26.70%
R=31.06%
G=42.23%
B=26.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal114155980.2600.370.39103.1622.5349.61
Hex729B621A02527671732
Octal16223314232045471472762
Binary1110010100110111100010110100100101100111110011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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