#81AA76

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

Shades of Amulet #81AA76

Tints of Amulet #81AA76

Color information

#81AA76 (or 0x81AA76) is unknown color: approx Amulet. HEX triplet: 81, AA and 76. RGB value is (129,170,118). Sum of RGB (Red+Green+Blue) = 129+170+118=417 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.94% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 170 - color contains mainly: green. Hex color #81AA76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AA76 is #7E5589. Grayscale: #979797. Windows color (decimal): -8279434 or 7776897. OLE color: 7776897.

HSL color Cylindrical-coordinate representation of color #81AA76: hue angle of 107.31º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81AA76 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB129170118-
CMYK0.2400.310.33
HSL107.31º23.42%56.47%-
HSV(B)107.31º30.59%66.67%-
XYZ26.734.7222.43-
YUV151.81108.92111.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.94%
GREEN value IS 170 (66.80% from 255) = 40.77%
BLUE value IS 118 (46.48% from 255) = 28.30%
R=30.94%
G=40.77%
B=28.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291701180.2400.310.33107.3123.4256.47
Hex81AA761801F216b1738
Octal20125216630037411532770
Binary1000000110101010111011011000011111100001110101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,170,118); }

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

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

 a { background-color: rgb(129,170,118); }

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

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

 span { border-color: rgb(129,170,118); }

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