#81AD76

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

Shades of Amulet #81AD76

Tints of Amulet #81AD76

Color information

#81AD76 (or 0x81AD76) is unknown color: approx Amulet. HEX triplet: 81, AD and 76. RGB value is (129,173,118). Sum of RGB (Red+Green+Blue) = 129+173+118=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 173 - color contains mainly: green. Hex color #81AD76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AD76 is #7E5289. Grayscale: #999999. Windows color (decimal): -8278666 or 7777665. OLE color: 7777665.

HSL color Cylindrical-coordinate representation of color #81AD76: hue angle of 108º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81AD76 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB129173118-
CMYK0.2500.320.32
HSL108º25.11%57.06%-
HSV(B)108º31.79%67.84%-
XYZ27.2735.8622.62-
YUV153.57107.92110.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.71%
GREEN value IS 173 (67.97% from 255) = 41.19%
BLUE value IS 118 (46.48% from 255) = 28.10%
R=30.71%
G=41.19%
B=28.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1291731180.2500.320.3210825.1157.06
Hex81AD7619020206c1939
Octal20125516631040401543171
Binary10000001101011011110110110010100000100000110110011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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