#72A571

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

Shades of Amulet #72A571

Tints of Amulet #72A571

Color information

#72A571 (or 0x72A571) is unknown color: approx Amulet. HEX triplet: 72, A5 and 71. RGB value is (114,165,113). Sum of RGB (Red+Green+Blue) = 114+165+113=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 165 - color contains mainly: green. Hex color #72A571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A571 is #8D5A8E. Grayscale: #8F8F8F. Windows color (decimal): -9263759 or 7447922. OLE color: 7447922.

HSL color Cylindrical-coordinate representation of color #72A571: hue angle of 118.85º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #72A571 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB114165113-
CMYK0.3100.320.35
HSL118.85º22.41%54.51%-
HSV(B)118.85º31.52%64.71%-
XYZ23.3831.6820.51-
YUV143.82110.6106.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.08%
GREEN value IS 165 (64.84% from 255) = 42.09%
BLUE value IS 113 (44.53% from 255) = 28.83%
R=29.08%
G=42.09%
B=28.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1141651130.3100.320.35118.8522.4154.51
Hex72A5711F02023771637
Octal16224516137040431672667
Binary1110010101001011110001111110100000100011111011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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