#729D62

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

Shades of Amulet #729D62

Tints of Amulet #729D62

Color information

#729D62 (or 0x729D62) is unknown color: approx Amulet. HEX triplet: 72, 9D and 62. RGB value is (114,157,98). Sum of RGB (Red+Green+Blue) = 114+157+98=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 157 - color contains mainly: green. Hex color #729D62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729D62 is #8D629D. Grayscale: #898989. Windows color (decimal): -9265822 or 6462834. OLE color: 6462834.

HSL color Cylindrical-coordinate representation of color #729D62: hue angle of 103.73º degrees, saturation: 0.23, 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 #729D62 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB11415798-
CMYK0.2700.380.38
HSL103.73º23.14%50%-
HSV(B)103.73º37.58%61.57%-
XYZ21.228.5715.95-
YUV137.42105.75111.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.89%
GREEN value IS 157 (61.72% from 255) = 42.55%
BLUE value IS 98 (38.67% from 255) = 26.56%
R=30.89%
G=42.55%
B=26.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114157980.2700.380.38103.7323.1450
Hex729D621B02626681732
Octal16223514233046461502762
Binary1110010100111011100010110110100110100110110100010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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