#8A9F73

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

Shades of Amulet #8A9F73

Tints of Amulet #8A9F73

Color information

#8A9F73 (or 0x8A9F73) is unknown color: approx Amulet. HEX triplet: 8A, 9F and 73. RGB value is (138,159,115). Sum of RGB (Red+Green+Blue) = 138+159+115=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 159 - color contains mainly: green. Hex color #8A9F73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9F73 is #75608C. Grayscale: #939393. Windows color (decimal): -7692429 or 7577482. OLE color: 7577482.

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

Color convert

RGB138159115-
CMYK0.1300.280.38
HSL88.64º18.64%53.73%-
HSV(B)88.64º27.67%62.35%-
XYZ25.9731.4420.92-
YUV147.71109.54121.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.50%
GREEN value IS 159 (62.5% from 255) = 38.59%
BLUE value IS 115 (45.31% from 255) = 27.91%
R=33.50%
G=38.59%
B=27.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1381591150.1300.280.3888.6418.6453.73
Hex8A9F73D01C26591336
Octal21223716315034461312366
Binary100010101001111111100111101011100100110101100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,159,115); }

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

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

 a { background-color: rgb(138,159,115); }

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

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

 span { border-color: rgb(138,159,115); }

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