#81A37C

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

Shades of Amulet #81A37C

Tints of Amulet #81A37C

Color information

#81A37C (or 0x81A37C) is unknown color: approx Amulet. HEX triplet: 81, A3 and 7C. RGB value is (129,163,124). Sum of RGB (Red+Green+Blue) = 129+163+124=416 (55% of max value = 765). Red value is 129 (50.78% from 255 or 31.01% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 163 - color contains mainly: green. Hex color #81A37C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A37C is #7E5C83. Grayscale: #949494. Windows color (decimal): -8281220 or 8168321. OLE color: 8168321.

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

Color convert

RGB129163124-
CMYK0.2100.240.36
HSL112.31º17.49%56.27%-
HSV(B)112.31º23.93%63.92%-
XYZ25.7932.3223.95-
YUV148.39114.24114.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.01%
GREEN value IS 163 (64.06% from 255) = 39.18%
BLUE value IS 124 (48.83% from 255) = 29.81%
R=31.01%
G=39.18%
B=29.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1291631240.2100.240.36112.3117.4956.27
Hex81A37C1501824701138
Octal20124317425030441602170
Binary1000000110100011111110010101011000100100111000010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,163,124); }

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

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

 a { background-color: rgb(129,163,124); }

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

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

 span { border-color: rgb(129,163,124); }

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