#8AAD76

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

Shades of Amulet #8AAD76

Tints of Amulet #8AAD76

Color information

#8AAD76 (or 0x8AAD76) is unknown color: approx Amulet. HEX triplet: 8A, AD and 76. RGB value is (138,173,118). Sum of RGB (Red+Green+Blue) = 138+173+118=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 173 - color contains mainly: green. Hex color #8AAD76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAD76 is #755289. Grayscale: #9C9C9C. Windows color (decimal): -7688842 or 7777674. OLE color: 7777674.

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

Color convert

RGB138173118-
CMYK0.2000.320.32
HSL98.18º25.11%57.06%-
HSV(B)98.18º31.79%67.84%-
XYZ28.6936.622.69-
YUV156.26106.4114.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.17%
GREEN value IS 173 (67.97% from 255) = 40.33%
BLUE value IS 118 (46.48% from 255) = 27.51%
R=32.17%
G=40.33%
B=27.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1381731180.2000.320.3298.1825.1157.06
Hex8AAD761402020621939
Octal21225516624040401423171
Binary10001010101011011110110101000100000100000110001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,173,118); }

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

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

 a { background-color: rgb(138,173,118); }

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

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

 span { border-color: rgb(138,173,118); }

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