#8BA875

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

Shades of Amulet #8BA875

Tints of Amulet #8BA875

Color information

#8BA875 (or 0x8BA875) is unknown color: approx Amulet. HEX triplet: 8B, A8 and 75. RGB value is (139,168,117). Sum of RGB (Red+Green+Blue) = 139+168+117=424 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.78% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 168 - color contains mainly: green. Hex color #8BA875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA875 is #74578A. Grayscale: #999999. Windows color (decimal): -7624587 or 7710859. OLE color: 7710859.

HSL color Cylindrical-coordinate representation of color #8BA875: hue angle of 94.12º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8BA875 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB139168117-
CMYK0.1700.300.34
HSL94.12º22.67%55.88%-
HSV(B)94.12º30.36%65.88%-
XYZ27.8634.7822.07-
YUV153.51107.39117.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.78%
GREEN value IS 168 (66.02% from 255) = 39.62%
BLUE value IS 117 (46.09% from 255) = 27.59%
R=32.78%
G=39.62%
B=27.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1391681170.1700.300.3494.1222.6755.88
Hex8BA8751101E225e1738
Octal21325016521036421362770
Binary1000101110101000111010110001011110100010101111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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