#8AB377

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

Shades of Amulet #8AB377

Tints of Amulet #8AB377

Color information

#8AB377 (or 0x8AB377) is unknown color: approx Amulet. HEX triplet: 8A, B3 and 77. RGB value is (138,179,119). Sum of RGB (Red+Green+Blue) = 138+179+119=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB377 is #754C88. Grayscale: #A0A0A0. Windows color (decimal): -7687305 or 7844746. OLE color: 7844746.

HSL color Cylindrical-coordinate representation of color #8AB377: hue angle of 101º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AB377 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB138179119-
CMYK0.2300.340.30
HSL101º28.3%58.43%-
HSV(B)101º33.52%70.2%-
XYZ29.9338.9823.4-
YUV159.9104.92112.38-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.65%
GREEN value IS 179 (70.31% from 255) = 41.06%
BLUE value IS 119 (46.88% from 255) = 27.29%
R=31.65%
G=41.06%
B=27.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1381791190.2300.340.3010128.358.43
Hex8AB377170221E651c3a
Octal21226316727042361453472
Binary1000101010110011111011110111010001011110110010111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,179,119); }

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

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

 a { background-color: rgb(138,179,119); }

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

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

 span { border-color: rgb(138,179,119); }

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