#81B071

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

Shades of Amulet #81B071

Tints of Amulet #81B071

Color information

#81B071 (or 0x81B071) is unknown color: approx Amulet. HEX triplet: 81, B0 and 71. RGB value is (129,176,113). Sum of RGB (Red+Green+Blue) = 129+176+113=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 176 - color contains mainly: green. Hex color #81B071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81B071 is #7E4F8E. Grayscale: #9A9A9A. Windows color (decimal): -8277903 or 7450753. OLE color: 7450753.

HSL color Cylindrical-coordinate representation of color #81B071: hue angle of 104.76º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81B071 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB129176113-
CMYK0.2700.360.31
HSL104.76º28.51%56.67%-
HSV(B)104.76º35.8%69.02%-
XYZ27.5636.9121.29-
YUV154.76104.43109.62-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.86%
GREEN value IS 176 (69.14% from 255) = 42.11%
BLUE value IS 113 (44.53% from 255) = 27.03%
R=30.86%
G=42.11%
B=27.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291761130.2700.360.31104.7628.5156.67
Hex81B0711B0241F691d39
Octal20126016133044371513571
Binary1000000110110000111000111011010010011111110100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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