#8AAB74

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

Shades of Amulet #8AAB74

Tints of Amulet #8AAB74

Color information

#8AAB74 (or 0x8AAB74) is unknown color: approx Amulet. HEX triplet: 8A, AB and 74. RGB value is (138,171,116). Sum of RGB (Red+Green+Blue) = 138+171+116=425 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.47% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAB74 is #75548B. Grayscale: #9B9B9B. Windows color (decimal): -7689356 or 7646090. OLE color: 7646090.

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

Color convert

RGB138171116-
CMYK0.1900.320.33
HSL96º24.66%56.27%-
HSV(B)96º32.16%67.06%-
XYZ28.235.7921.95-
YUV154.86106.07115.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.47%
GREEN value IS 171 (67.19% from 255) = 40.24%
BLUE value IS 116 (45.70% from 255) = 27.29%
R=32.47%
G=40.24%
B=27.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381711160.1900.320.339624.6656.27
Hex8AAB741302021601938
Octal21225316423040411403170
Binary10001010101010111110100100110100000100001110000011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,171,116); }

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

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

 a { background-color: rgb(138,171,116); }

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

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

 span { border-color: rgb(138,171,116); }

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