#8BAF79

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

Shades of Amulet #8BAF79

Tints of Amulet #8BAF79

Color information

#8BAF79 (or 0x8BAF79) is unknown color: approx Amulet. HEX triplet: 8B, AF and 79. RGB value is (139,175,121). Sum of RGB (Red+Green+Blue) = 139+175+121=435 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.95% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAF79 is #745086. Grayscale: #9E9E9E. Windows color (decimal): -7622791 or 7974795. OLE color: 7974795.

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

Color convert

RGB139175121-
CMYK0.2100.310.31
HSL100º25.23%58.04%-
HSV(B)100º30.86%68.63%-
XYZ29.4337.5323.78-
YUV158.08107.07114.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.95%
GREEN value IS 175 (68.75% from 255) = 40.23%
BLUE value IS 121 (47.66% from 255) = 27.82%
R=31.95%
G=40.23%
B=27.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391751210.2100.310.3110025.2358.04
Hex8BAF791501F1F64193a
Octal21325717125037371443172
Binary100010111010111111110011010101111111111110010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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