#72A56D

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

Shades of Amulet #72A56D

Tints of Amulet #72A56D

Color information

#72A56D (or 0x72A56D) is unknown color: approx Amulet. HEX triplet: 72, A5 and 6D. RGB value is (114,165,109). Sum of RGB (Red+Green+Blue) = 114+165+109=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 165 - color contains mainly: green. Hex color #72A56D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A56D is #8D5A92. Grayscale: #8F8F8F. Windows color (decimal): -9263763 or 7185778. OLE color: 7185778.

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

Color convert

RGB114165109-
CMYK0.3100.340.35
HSL114.64º23.73%53.73%-
HSV(B)114.64º33.94%64.71%-
XYZ23.1531.5919.35-
YUV143.37108.6107.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.38%
GREEN value IS 165 (64.84% from 255) = 42.53%
BLUE value IS 109 (42.97% from 255) = 28.09%
R=29.38%
G=42.53%
B=28.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1141651090.3100.340.35114.6423.7353.73
Hex72A56D1F02223731836
Octal16224515537042431633066
Binary1110010101001011101101111110100010100011111001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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