#8BAF7A

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

Shades of Amulet #8BAF7A

Tints of Amulet #8BAF7A

Color information

#8BAF7A (or 0x8BAF7A) is unknown color: approx Amulet. HEX triplet: 8B, AF and 7A. RGB value is (139,175,122). Sum of RGB (Red+Green+Blue) = 139+175+122=436 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.88% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAF7A is #745085. Grayscale: #9E9E9E. Windows color (decimal): -7622790 or 8040331. OLE color: 8040331.

HSL color Cylindrical-coordinate representation of color #8BAF7A: hue angle of 100.75º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8BAF7A is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB139175122-
CMYK0.2100.300.31
HSL100.75º24.88%58.24%-
HSV(B)100.75º30.29%68.63%-
XYZ29.4937.5524.11-
YUV158.19107.57114.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.88%
GREEN value IS 175 (68.75% from 255) = 40.14%
BLUE value IS 122 (48.05% from 255) = 27.98%
R=31.88%
G=40.14%
B=27.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391751220.2100.300.31100.7524.8858.24
Hex8BAF7A1501E1F65193a
Octal21325717225036371453172
Binary100010111010111111110101010101111011111110010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,175,122); }

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

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

 a { background-color: rgb(139,175,122); }

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

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

 span { border-color: rgb(139,175,122); }

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