#81AC73

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

Shades of Amulet #81AC73

Tints of Amulet #81AC73

Color information

#81AC73 (or 0x81AC73) is unknown color: approx Amulet. HEX triplet: 81, AC and 73. RGB value is (129,172,115). Sum of RGB (Red+Green+Blue) = 129+172+115=416 (55% of max value = 765). Red value is 129 (50.78% from 255 or 31.01% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 172 - color contains mainly: green. Hex color #81AC73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AC73 is #7E538C. Grayscale: #989898. Windows color (decimal): -8278925 or 7580801. OLE color: 7580801.

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

Color convert

RGB129172115-
CMYK0.2500.330.33
HSL105.26º25.56%56.27%-
HSV(B)105.26º33.14%67.45%-
XYZ26.935.4121.64-
YUV152.65106.75111.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.01%
GREEN value IS 172 (67.58% from 255) = 41.35%
BLUE value IS 115 (45.31% from 255) = 27.64%
R=31.01%
G=41.35%
B=27.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291721150.2500.330.33105.2625.5656.27
Hex81AC731902121691a38
Octal20125416331041411513270
Binary10000001101011001110011110010100001100001110100111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,172,115); }

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

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

 a { background-color: rgb(129,172,115); }

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

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

 span { border-color: rgb(129,172,115); }

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