#72A66F

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

Shades of Amulet #72A66F

Tints of Amulet #72A66F

Color information

#72A66F (or 0x72A66F) is unknown color: approx Amulet. HEX triplet: 72, A6 and 6F. RGB value is (114,166,111). Sum of RGB (Red+Green+Blue) = 114+166+111=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 111 (43.75% from 255 or 28.39% from 391); Max value from RGB is 166 - color contains mainly: green. Hex color #72A66F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A66F is #8D5990. Grayscale: #909090. Windows color (decimal): -9263505 or 7317106. OLE color: 7317106.

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

Color convert

RGB114166111-
CMYK0.3100.330.35
HSL116.73º23.61%54.31%-
HSV(B)116.73º33.13%65.1%-
XYZ23.443219.98-
YUV144.18109.27106.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.16%
GREEN value IS 166 (65.23% from 255) = 42.46%
BLUE value IS 111 (43.75% from 255) = 28.39%
R=29.16%
G=42.46%
B=28.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1141661110.3100.330.35116.7323.6154.31
Hex72A66F1F02123751836
Octal16224615737041431653066
Binary1110010101001101101111111110100001100011111010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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