#8A9E74

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

Shades of Amulet #8A9E74

Tints of Amulet #8A9E74

Color information

#8A9E74 (or 0x8A9E74) is unknown color: approx Amulet. HEX triplet: 8A, 9E and 74. RGB value is (138,158,116). Sum of RGB (Red+Green+Blue) = 138+158+116=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 158 - color contains mainly: green. Hex color #8A9E74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9E74 is #75618B. Grayscale: #939393. Windows color (decimal): -7692684 or 7642762. OLE color: 7642762.

HSL color Cylindrical-coordinate representation of color #8A9E74: hue angle of 88.57º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8A9E74 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB138158116-
CMYK0.1300.270.38
HSL88.57º17.8%53.73%-
HSV(B)88.57º26.58%61.96%-
XYZ25.8631.1221.17-
YUV147.23110.37121.42-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.50%
GREEN value IS 158 (62.11% from 255) = 38.35%
BLUE value IS 116 (45.70% from 255) = 28.16%
R=33.50%
G=38.35%
B=28.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1381581160.1300.270.3888.5717.853.73
Hex8A9E74D01B26591236
Octal21223616415033461312266
Binary100010101001111011101001101011011100110101100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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