#72A26D

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

Shades of Amulet #72A26D

Tints of Amulet #72A26D

Color information

#72A26D (or 0x72A26D) is unknown color: approx Amulet. HEX triplet: 72, A2 and 6D. RGB value is (114,162,109). Sum of RGB (Red+Green+Blue) = 114+162+109=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 162 - color contains mainly: green. Hex color #72A26D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A26D is #8D5D92. Grayscale: #8D8D8D. Windows color (decimal): -9264531 or 7185010. OLE color: 7185010.

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

Color convert

RGB114162109-
CMYK0.3000.330.36
HSL114.34º22.18%53.14%-
HSV(B)114.34º32.72%63.53%-
XYZ22.6230.5219.17-
YUV141.61109.6108.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.61%
GREEN value IS 162 (63.67% from 255) = 42.08%
BLUE value IS 109 (42.97% from 255) = 28.31%
R=29.61%
G=42.08%
B=28.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141621090.3000.330.36114.3422.1853.14
Hex72A26D1E02124721635
Octal16224215536041441622665
Binary1110010101000101101101111100100001100100111001010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,162,109); }

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

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

 a { background-color: rgb(114,162,109); }

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

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

 span { border-color: rgb(114,162,109); }

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