#8AAC75

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

Shades of Amulet #8AAC75

Tints of Amulet #8AAC75

Color information

#8AAC75 (or 0x8AAC75) is unknown color: approx Amulet. HEX triplet: 8A, AC and 75. RGB value is (138,172,117). Sum of RGB (Red+Green+Blue) = 138+172+117=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAC75 is #75538A. Grayscale: #9B9B9B. Windows color (decimal): -7689099 or 7711882. OLE color: 7711882.

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

Color convert

RGB138172117-
CMYK0.2000.320.33
HSL97.09º24.89%56.67%-
HSV(B)97.09º31.98%67.45%-
XYZ28.4436.1922.32-
YUV155.56106.24115.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.32%
GREEN value IS 172 (67.58% from 255) = 40.28%
BLUE value IS 117 (46.09% from 255) = 27.40%
R=32.32%
G=40.28%
B=27.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381721170.2000.320.3397.0924.8956.67
Hex8AAC751402021611939
Octal21225416524040411413171
Binary10001010101011001110101101000100000100001110000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,172,117); }

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

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

 a { background-color: rgb(138,172,117); }

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

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

 span { border-color: rgb(138,172,117); }

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