#81AA75

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

Shades of Amulet #81AA75

Tints of Amulet #81AA75

Color information

#81AA75 (or 0x81AA75) is unknown color: approx Amulet. HEX triplet: 81, AA and 75. RGB value is (129,170,117). Sum of RGB (Red+Green+Blue) = 129+170+117=416 (55% of max value = 765). Red value is 129 (50.78% from 255 or 31.01% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 170 - color contains mainly: green. Hex color #81AA75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AA75 is #7E558A. Grayscale: #979797. Windows color (decimal): -8279435 or 7711361. OLE color: 7711361.

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

Color convert

RGB129170117-
CMYK0.2400.310.33
HSL106.42º23.77%56.27%-
HSV(B)106.42º31.18%66.67%-
XYZ26.6434.722.12-
YUV151.7108.42111.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.01%
GREEN value IS 170 (66.80% from 255) = 40.87%
BLUE value IS 117 (46.09% from 255) = 28.12%
R=31.01%
G=40.87%
B=28.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291701170.2400.310.33106.4223.7756.27
Hex81AA751801F216a1838
Octal20125216530037411523070
Binary1000000110101010111010111000011111100001110101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,170,117); }

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

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

 a { background-color: rgb(129,170,117); }

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

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

 span { border-color: rgb(129,170,117); }

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