#8AB67A

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

Shades of Amulet #8AB67A

Tints of Amulet #8AB67A

Color information

#8AB67A (or 0x8AB67A) is unknown color: approx Amulet. HEX triplet: 8A, B6 and 7A. RGB value is (138,182,122). Sum of RGB (Red+Green+Blue) = 138+182+122=442 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.22% from 442); Green value is 182 (71.48% from 255 or 41.18% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB67A is #754985. Grayscale: #A2A2A2. Windows color (decimal): -7686534 or 8042122. OLE color: 8042122.

HSL color Cylindrical-coordinate representation of color #8AB67A: hue angle of 104º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8AB67A is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB138182122-
CMYK0.2400.330.29
HSL104º29.13%59.61%-
HSV(B)104º32.97%71.37%-
XYZ30.7240.2624.56-
YUV162105.42110.88-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.22%
GREEN value IS 182 (71.48% from 255) = 41.18%
BLUE value IS 122 (48.05% from 255) = 27.60%
R=31.22%
G=41.18%
B=27.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1381821220.2400.330.2910429.1359.61
Hex8AB67A180211D681d3c
Octal21226617230041351503574
Binary1000101010110110111101011000010000111101110100011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,182,122); }

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

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

 a { background-color: rgb(138,182,122); }

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

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

 span { border-color: rgb(138,182,122); }

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