#81B776

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

Shades of Amulet #81B776

Tints of Amulet #81B776

Color information

#81B776 (or 0x81B776) is unknown color: approx Amulet. HEX triplet: 81, B7 and 76. RGB value is (129,183,118). Sum of RGB (Red+Green+Blue) = 129+183+118=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 183 - color contains mainly: green. Hex color #81B776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B776 is #7E4889. Grayscale: #9F9F9F. Windows color (decimal): -8276106 or 7780225. OLE color: 7780225.

HSL color Cylindrical-coordinate representation of color #81B776: hue angle of 109.85º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81B776 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB129183118-
CMYK0.3000.360.28
HSL109.85º31.1%59.02%-
HSV(B)109.85º35.52%71.76%-
XYZ29.2639.8423.29-
YUV159.44104.61106.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30%
GREEN value IS 183 (71.88% from 255) = 42.56%
BLUE value IS 118 (46.48% from 255) = 27.44%
R=30%
G=42.56%
B=27.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1291831180.3000.360.28109.8531.159.02
Hex81B7761E0241C6e1f3b
Octal20126716636044341563773
Binary1000000110110111111011011110010010011100110111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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