#729F70

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

Shades of Amulet #729F70

Tints of Amulet #729F70

Color information

#729F70 (or 0x729F70) is unknown color: approx Amulet. HEX triplet: 72, 9F and 70. RGB value is (114,159,112). Sum of RGB (Red+Green+Blue) = 114+159+112=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 159 - color contains mainly: green. Hex color #729F70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729F70 is #8D608F. Grayscale: #8C8C8C. Windows color (decimal): -9265296 or 7380850. OLE color: 7380850.

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

Color convert

RGB114159112-
CMYK0.2800.300.38
HSL117.45º19.67%53.14%-
HSV(B)117.45º29.56%62.35%-
XYZ22.2629.5419.86-
YUV140.19112.09109.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.61%
GREEN value IS 159 (62.5% from 255) = 41.30%
BLUE value IS 112 (44.14% from 255) = 29.09%
R=29.61%
G=41.30%
B=29.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141591120.2800.300.38117.4519.6753.14
Hex729F701C01E26751435
Octal16223716034036461652465
Binary111001010011111111000011100011110100110111010110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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