#8BA075

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

Shades of Amulet #8BA075

Tints of Amulet #8BA075

Color information

#8BA075 (or 0x8BA075) is unknown color: approx Amulet. HEX triplet: 8B, A0 and 75. RGB value is (139,160,117). Sum of RGB (Red+Green+Blue) = 139+160+117=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 160 - color contains mainly: green. Hex color #8BA075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA075 is #745F8A. Grayscale: #949494. Windows color (decimal): -7626635 or 7708811. OLE color: 7708811.

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

Color convert

RGB139160117-
CMYK0.1300.270.37
HSL89.3º18.45%54.31%-
HSV(B)89.3º26.88%62.75%-
XYZ26.4331.9121.6-
YUV148.82110.04121-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.41%
GREEN value IS 160 (62.89% from 255) = 38.46%
BLUE value IS 117 (46.09% from 255) = 28.12%
R=33.41%
G=38.46%
B=28.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1391601170.1300.270.3789.318.4554.31
Hex8BA075D01B25591236
Octal21324016515033451312266
Binary100010111010000011101011101011011100101101100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,160,117); }

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

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

 a { background-color: rgb(139,160,117); }

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

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

 span { border-color: rgb(139,160,117); }

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