#8AA681

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

Shades of Amulet #8AA681

Tints of Amulet #8AA681

Color information

#8AA681 (or 0x8AA681) is unknown color: approx Amulet. HEX triplet: 8A, A6 and 81. RGB value is (138,166,129). Sum of RGB (Red+Green+Blue) = 138+166+129=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 166 - color contains mainly: green. Hex color #8AA681 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA681 is #75597E. Grayscale: #999999. Windows color (decimal): -7690623 or 8496778. OLE color: 8496778.

HSL color Cylindrical-coordinate representation of color #8AA681: hue angle of 105.41º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8AA681 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB138166129-
CMYK0.1700.220.35
HSL105.41º17.21%57.84%-
HSV(B)105.41º22.29%65.1%-
XYZ28.0834.2625.9-
YUV153.41114.22117.01-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.87%
GREEN value IS 166 (65.23% from 255) = 38.34%
BLUE value IS 129 (50.78% from 255) = 29.79%
R=31.87%
G=38.34%
B=29.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1381661290.1700.220.35105.4117.2157.84
Hex8AA681110162369113a
Octal21224620121026431512172
Binary10001010101001101000000110001010110100011110100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,166,129); }

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

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

 a { background-color: rgb(138,166,129); }

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

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

 span { border-color: rgb(138,166,129); }

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