#81A477

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

Shades of Amulet #81A477

Tints of Amulet #81A477

Color information

#81A477 (or 0x81A477) is unknown color: approx Amulet. HEX triplet: 81, A4 and 77. RGB value is (129,164,119). Sum of RGB (Red+Green+Blue) = 129+164+119=412 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.31% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 164 - color contains mainly: green. Hex color #81A477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A477 is #7E5B88. Grayscale: #949494. Windows color (decimal): -8280969 or 7840897. OLE color: 7840897.

HSL color Cylindrical-coordinate representation of color #81A477: hue angle of 106.67º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #81A477 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB129164119-
CMYK0.2100.270.36
HSL106.67º19.82%55.49%-
HSV(B)106.67º27.44%64.31%-
XYZ25.6632.5522.38-
YUV148.4111.4114.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.31%
GREEN value IS 164 (64.45% from 255) = 39.81%
BLUE value IS 119 (46.88% from 255) = 28.88%
R=31.31%
G=39.81%
B=28.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1291641190.2100.270.36106.6719.8255.49
Hex81A4771501B246b1437
Octal20124416725033441532467
Binary1000000110100100111011110101011011100100110101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,164,119); }

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

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

 a { background-color: rgb(129,164,119); }

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

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

 span { border-color: rgb(129,164,119); }

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