#81A473

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

Shades of Amulet #81A473

Tints of Amulet #81A473

Color information

#81A473 (or 0x81A473) is unknown color: approx Amulet. HEX triplet: 81, A4 and 73. RGB value is (129,164,115). Sum of RGB (Red+Green+Blue) = 129+164+115=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 164 - color contains mainly: green. Hex color #81A473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A473 is #7E5B8C. Grayscale: #949494. Windows color (decimal): -8280973 or 7578753. OLE color: 7578753.

HSL color Cylindrical-coordinate representation of color #81A473: hue angle of 102.86º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #81A473 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB129164115-
CMYK0.2100.300.36
HSL102.86º21.21%54.71%-
HSV(B)102.86º29.88%64.31%-
XYZ25.4232.4621.14-
YUV147.95109.4114.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.62%
GREEN value IS 164 (64.45% from 255) = 40.20%
BLUE value IS 115 (45.31% from 255) = 28.19%
R=31.62%
G=40.20%
B=28.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1291641150.2100.300.36102.8621.2154.71
Hex81A4731501E24671537
Octal20124416325036441472567
Binary1000000110100100111001110101011110100100110011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81A473; }

 p { color: rgb(129,164,115); }

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

<style>
 a { background-color: #81A473; }

 a { background-color: rgb(129,164,115); }

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

<style>
 span { border-color: #81A473; }

 span { border-color: rgb(129,164,115); }

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