#81AF71

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

Shades of Amulet #81AF71

Tints of Amulet #81AF71

Color information

#81AF71 (or 0x81AF71) is unknown color: approx Amulet. HEX triplet: 81, AF and 71. RGB value is (129,175,113). Sum of RGB (Red+Green+Blue) = 129+175+113=417 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.94% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 175 - color contains mainly: green. Hex color #81AF71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AF71 is #7E508E. Grayscale: #9A9A9A. Windows color (decimal): -8278159 or 7450497. OLE color: 7450497.

HSL color Cylindrical-coordinate representation of color #81AF71: hue angle of 104.52º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #81AF71 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB129175113-
CMYK0.2600.350.31
HSL104.52º27.93%56.47%-
HSV(B)104.52º35.43%68.63%-
XYZ27.3636.5221.23-
YUV154.18104.76110.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.94%
GREEN value IS 175 (68.75% from 255) = 41.97%
BLUE value IS 113 (44.53% from 255) = 27.10%
R=30.94%
G=41.97%
B=27.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291751130.2600.350.31104.5227.9356.47
Hex81AF711A0231F691c38
Octal20125716132043371513470
Binary1000000110101111111000111010010001111111110100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,175,113); }

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

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

 a { background-color: rgb(129,175,113); }

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

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

 span { border-color: rgb(129,175,113); }

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