#81B171

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

Shades of Amulet #81B171

Tints of Amulet #81B171

Color information

#81B171 (or 0x81B171) is unknown color: approx Amulet. HEX triplet: 81, B1 and 71. RGB value is (129,177,113). Sum of RGB (Red+Green+Blue) = 129+177+113=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 177 - color contains mainly: green. Hex color #81B171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81B171 is #7E4E8E. Grayscale: #9B9B9B. Windows color (decimal): -8277647 or 7451009. OLE color: 7451009.

HSL color Cylindrical-coordinate representation of color #81B171: hue angle of 105º 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 #81B171 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB129177113-
CMYK0.2700.360.31
HSL105º29.09%56.86%-
HSV(B)105º36.16%69.41%-
XYZ27.7637.321.36-
YUV155.35104.1109.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.79%
GREEN value IS 177 (69.53% from 255) = 42.24%
BLUE value IS 113 (44.53% from 255) = 26.97%
R=30.79%
G=42.24%
B=26.97%

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
Decimal1291771130.2700.360.3110529.0956.86
Hex81B1711B0241F691d39
Octal20126116133044371513571
Binary1000000110110001111000111011010010011111110100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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