#8B9F78

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

Shades of Amulet #8B9F78

Tints of Amulet #8B9F78

Color information

#8B9F78 (or 0x8B9F78) is unknown color: approx Amulet. HEX triplet: 8B, 9F and 78. RGB value is (139,159,120). Sum of RGB (Red+Green+Blue) = 139+159+120=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 159 - color contains mainly: green. Hex color #8B9F78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9F78 is #746087. Grayscale: #949494. Windows color (decimal): -7626888 or 7905163. OLE color: 7905163.

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

Color convert

RGB139159120-
CMYK0.1300.250.38
HSL90.77º16.88%54.71%-
HSV(B)90.77º24.53%62.35%-
XYZ26.4431.6422.48-
YUV148.57111.87121.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.25%
GREEN value IS 159 (62.5% from 255) = 38.04%
BLUE value IS 120 (47.27% from 255) = 28.71%
R=33.25%
G=38.04%
B=28.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1391591200.1300.250.3890.7716.8854.71
Hex8B9F78D019265b1137
Octal21323717015031461332167
Binary100010111001111111110001101011001100110101101110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,159,120); }

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

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

 a { background-color: rgb(139,159,120); }

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

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

 span { border-color: rgb(139,159,120); }

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