#8AAA71

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

Shades of Amulet #8AAA71

Tints of Amulet #8AAA71

Color information

#8AAA71 (or 0x8AAA71) is unknown color: approx Amulet. HEX triplet: 8A, AA and 71. RGB value is (138,170,113). Sum of RGB (Red+Green+Blue) = 138+170+113=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAA71 is #75558E. Grayscale: #9A9A9A. Windows color (decimal): -7689615 or 7449226. OLE color: 7449226.

HSL color Cylindrical-coordinate representation of color #8AAA71: hue angle of 93.68º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AAA71 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB138170113-
CMYK0.1900.340.33
HSL93.68º25.11%55.49%-
HSV(B)93.68º33.53%66.67%-
XYZ27.8435.3420.98-
YUV153.93104.9116.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.78%
GREEN value IS 170 (66.80% from 255) = 40.38%
BLUE value IS 113 (44.53% from 255) = 26.84%
R=32.78%
G=40.38%
B=26.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381701130.1900.340.3393.6825.1155.49
Hex8AAA7113022215e1937
Octal21225216123042411363167
Binary10001010101010101110001100110100010100001101111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AAA71; }

 p { color: rgb(138,170,113); }

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

<style>
 a { background-color: #8AAA71; }

 a { background-color: rgb(138,170,113); }

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

<style>
 span { border-color: #8AAA71; }

 span { border-color: rgb(138,170,113); }

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