#8AB076

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

Shades of Amulet #8AB076

Tints of Amulet #8AB076

Color information

#8AB076 (or 0x8AB076) is unknown color: approx Amulet. HEX triplet: 8A, B0 and 76. RGB value is (138,176,118). Sum of RGB (Red+Green+Blue) = 138+176+118=432 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.94% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB076 is #754F89. Grayscale: #9E9E9E. Windows color (decimal): -7688074 or 7778442. OLE color: 7778442.

HSL color Cylindrical-coordinate representation of color #8AB076: hue angle of 99.31º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8AB076 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB138176118-
CMYK0.2200.330.31
HSL99.31º26.85%57.65%-
HSV(B)99.31º32.95%69.02%-
XYZ29.2837.7622.89-
YUV158.03105.41113.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.94%
GREEN value IS 176 (69.14% from 255) = 40.74%
BLUE value IS 118 (46.48% from 255) = 27.31%
R=31.94%
G=40.74%
B=27.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381761180.2200.330.3199.3126.8557.65
Hex8AB076160211F631b3a
Octal21226016626041371433372
Binary1000101010110000111011010110010000111111110001111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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