#81AB76

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

Shades of Amulet #81AB76

Tints of Amulet #81AB76

Color information

#81AB76 (or 0x81AB76) is unknown color: approx Amulet. HEX triplet: 81, AB and 76. RGB value is (129,171,118). Sum of RGB (Red+Green+Blue) = 129+171+118=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 171 - color contains mainly: green. Hex color #81AB76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AB76 is #7E5489. Grayscale: #989898. Windows color (decimal): -8279178 or 7777153. OLE color: 7777153.

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

Color convert

RGB129171118-
CMYK0.2500.310.33
HSL107.55º23.98%56.67%-
HSV(B)107.55º30.99%67.06%-
XYZ26.8935.122.5-
YUV152.4108.59111.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.86%
GREEN value IS 171 (67.19% from 255) = 40.91%
BLUE value IS 118 (46.48% from 255) = 28.23%
R=30.86%
G=40.91%
B=28.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291711180.2500.310.33107.5523.9856.67
Hex81AB761901F216c1839
Octal20125316631037411543071
Binary1000000110101011111011011001011111100001110110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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