#81AC70

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

Shades of Amulet #81AC70

Tints of Amulet #81AC70

Color information

#81AC70 (or 0x81AC70) is unknown color: approx Amulet. HEX triplet: 81, AC and 70. RGB value is (129,172,112). Sum of RGB (Red+Green+Blue) = 129+172+112=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 172 - color contains mainly: green. Hex color #81AC70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AC70 is #7E538F. Grayscale: #989898. Windows color (decimal): -8278928 or 7384193. OLE color: 7384193.

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

Color convert

RGB129172112-
CMYK0.2500.350.33
HSL103º26.55%55.69%-
HSV(B)103º34.88%67.45%-
XYZ26.7335.3420.74-
YUV152.3105.25111.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.23%
GREEN value IS 172 (67.58% from 255) = 41.65%
BLUE value IS 112 (44.14% from 255) = 27.12%
R=31.23%
G=41.65%
B=27.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291721120.2500.350.3310326.5555.69
Hex81AC701902321671b38
Octal20125416031043411473370
Binary10000001101011001110000110010100011100001110011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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