#8BAA76

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

Shades of Amulet #8BAA76

Tints of Amulet #8BAA76

Color information

#8BAA76 (or 0x8BAA76) is unknown color: approx Amulet. HEX triplet: 8B, AA and 76. RGB value is (139,170,118). Sum of RGB (Red+Green+Blue) = 139+170+118=427 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.55% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 170 - color contains mainly: green. Hex color #8BAA76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAA76 is #745589. Grayscale: #9A9A9A. Windows color (decimal): -7624074 or 7776907. OLE color: 7776907.

HSL color Cylindrical-coordinate representation of color #8BAA76: hue angle of 95.77º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BAA76 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB139170118-
CMYK0.1800.310.33
HSL95.77º23.42%56.47%-
HSV(B)95.77º30.59%66.67%-
XYZ28.2935.5522.51-
YUV154.8107.23116.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.55%
GREEN value IS 170 (66.80% from 255) = 39.81%
BLUE value IS 118 (46.48% from 255) = 27.63%
R=32.55%
G=39.81%
B=27.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1391701180.1800.310.3395.7723.4256.47
Hex8BAA761201F21601738
Octal21325216622037411402770
Binary1000101110101010111011010010011111100001110000010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,170,118); }

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

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

 a { background-color: rgb(139,170,118); }

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

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

 span { border-color: rgb(139,170,118); }

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