#72A16A

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

Shades of Amulet #72A16A

Tints of Amulet #72A16A

Color information

#72A16A (or 0x72A16A) is unknown color: approx Amulet. HEX triplet: 72, A1 and 6A. RGB value is (114,161,106). Sum of RGB (Red+Green+Blue) = 114+161+106=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 161 - color contains mainly: green. Hex color #72A16A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A16A is #8D5E95. Grayscale: #8C8C8C. Windows color (decimal): -9264790 or 6988146. OLE color: 6988146.

HSL color Cylindrical-coordinate representation of color #72A16A: hue angle of 111.27º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72A16A is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB114161106-
CMYK0.2900.340.37
HSL111.27º22.63%52.35%-
HSV(B)111.27º34.16%63.14%-
XYZ22.2930.1118.27-
YUV140.68108.43108.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.92%
GREEN value IS 161 (63.28% from 255) = 42.26%
BLUE value IS 106 (41.80% from 255) = 27.82%
R=29.92%
G=42.26%
B=27.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1141611060.2900.340.37111.2722.6352.35
Hex72A16A1D022256f1734
Octal16224115235042451572764
Binary1110010101000011101010111010100010100101110111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,161,106); }

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

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

 a { background-color: rgb(114,161,106); }

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

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

 span { border-color: rgb(114,161,106); }

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