#8A9F7C

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

Shades of Amulet #8A9F7C

Tints of Amulet #8A9F7C

Color information

#8A9F7C (or 0x8A9F7C) is unknown color: approx Amulet. HEX triplet: 8A, 9F and 7C. RGB value is (138,159,124). Sum of RGB (Red+Green+Blue) = 138+159+124=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 159 - color contains mainly: green. Hex color #8A9F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9F7C is #756083. Grayscale: #949494. Windows color (decimal): -7692420 or 8167306. OLE color: 8167306.

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

Color convert

RGB138159124-
CMYK0.1300.220.38
HSL96º15.42%55.49%-
HSV(B)96º22.01%62.35%-
XYZ26.5231.6523.78-
YUV148.73114.04120.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.78%
GREEN value IS 159 (62.5% from 255) = 37.77%
BLUE value IS 124 (48.83% from 255) = 29.45%
R=32.78%
G=37.77%
B=29.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1381591240.1300.220.389615.4255.49
Hex8A9F7CD0162660f37
Octal21223717415026461401767
Binary10001010100111111111100110101011010011011000001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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