#72A36F

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

Shades of Amulet #72A36F

Tints of Amulet #72A36F

Color information

#72A36F (or 0x72A36F) is unknown color: approx Amulet. HEX triplet: 72, A3 and 6F. RGB value is (114,163,111). Sum of RGB (Red+Green+Blue) = 114+163+111=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 163 - color contains mainly: green. Hex color #72A36F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A36F is #8D5C90. Grayscale: #8E8E8E. Windows color (decimal): -9264273 or 7316338. OLE color: 7316338.

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

Color convert

RGB114163111-
CMYK0.3000.320.36
HSL116.54º22.03%53.73%-
HSV(B)116.54º31.9%63.92%-
XYZ22.9130.9219.8-
YUV142.42110.27107.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.38%
GREEN value IS 163 (64.06% from 255) = 42.01%
BLUE value IS 111 (43.75% from 255) = 28.61%
R=29.38%
G=42.01%
B=28.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141631110.3000.320.36116.5422.0353.73
Hex72A36F1E02024751636
Octal16224315736040441652666
Binary1110010101000111101111111100100000100100111010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,163,111); }

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

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

 a { background-color: rgb(114,163,111); }

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

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

 span { border-color: rgb(114,163,111); }

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