#729F62

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

Shades of Amulet #729F62

Tints of Amulet #729F62

Color information

#729F62 (or 0x729F62) is unknown color: approx Amulet. HEX triplet: 72, 9F and 62. RGB value is (114,159,98). Sum of RGB (Red+Green+Blue) = 114+159+98=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 159 - color contains mainly: green. Hex color #729F62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729F62 is #8D609D. Grayscale: #8A8A8A. Windows color (decimal): -9265310 or 6463346. OLE color: 6463346.

HSL color Cylindrical-coordinate representation of color #729F62: hue angle of 104.26º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #729F62 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB11415998-
CMYK0.2800.380.38
HSL104.26º24.11%50.39%-
HSV(B)104.26º38.36%62.35%-
XYZ21.5429.2616.07-
YUV138.59105.09110.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.73%
GREEN value IS 159 (62.5% from 255) = 42.86%
BLUE value IS 98 (38.67% from 255) = 26.42%
R=30.73%
G=42.86%
B=26.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114159980.2800.380.38104.2624.1150.39
Hex729F621C02626681832
Octal16223714234046461503062
Binary1110010100111111100010111000100110100110110100011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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