#72A471

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

Shades of Amulet #72A471

Tints of Amulet #72A471

Color information

#72A471 (or 0x72A471) is unknown color: approx Amulet. HEX triplet: 72, A4 and 71. RGB value is (114,164,113). Sum of RGB (Red+Green+Blue) = 114+164+113=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 164 - color contains mainly: green. Hex color #72A471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A471 is #8D5B8E. Grayscale: #8F8F8F. Windows color (decimal): -9264015 or 7447666. OLE color: 7447666.

HSL color Cylindrical-coordinate representation of color #72A471: hue angle of 118.82º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #72A471 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB114164113-
CMYK0.3000.310.36
HSL118.82º21.89%54.31%-
HSV(B)118.82º31.1%64.31%-
XYZ23.231.3220.45-
YUV143.24110.94107.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.16%
GREEN value IS 164 (64.45% from 255) = 41.94%
BLUE value IS 113 (44.53% from 255) = 28.90%
R=29.16%
G=41.94%
B=28.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141641130.3000.310.36118.8221.8954.31
Hex72A4711E01F24771636
Octal16224416136037441672666
Binary111001010100100111000111110011111100100111011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72A471; }

 p { color: rgb(114,164,113); }

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

<style>
 a { background-color: #72A471; }

 a { background-color: rgb(114,164,113); }

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

<style>
 span { border-color: #72A471; }

 span { border-color: rgb(114,164,113); }

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