#81A372

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

Shades of Amulet #81A372

Tints of Amulet #81A372

Color information

#81A372 (or 0x81A372) is unknown color: approx Amulet. HEX triplet: 81, A3 and 72. RGB value is (129,163,114). Sum of RGB (Red+Green+Blue) = 129+163+114=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 163 - color contains mainly: green. Hex color #81A372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A372 is #7E5C8D. Grayscale: #939393. Windows color (decimal): -8281230 or 7512961. OLE color: 7512961.

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

Color convert

RGB129163114-
CMYK0.2100.300.36
HSL101.63º21.03%54.31%-
HSV(B)101.63º30.06%63.92%-
XYZ25.1932.0820.78-
YUV147.25109.24114.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.77%
GREEN value IS 163 (64.06% from 255) = 40.15%
BLUE value IS 114 (44.92% from 255) = 28.08%
R=31.77%
G=40.15%
B=28.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1291631140.2100.300.36101.6321.0354.31
Hex81A3721501E24661536
Octal20124316225036441462566
Binary1000000110100011111001010101011110100100110011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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