#86AF7C

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

Shades of Amulet #86AF7C

Tints of Amulet #86AF7C

Color information

#86AF7C (or 0x86AF7C) is unknown color: approx Amulet. HEX triplet: 86, AF and 7C. RGB value is (134,175,124). Sum of RGB (Red+Green+Blue) = 134+175+124=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AF7C is #795083. Grayscale: #9D9D9D. Windows color (decimal): -7950468 or 8171398. OLE color: 8171398.

HSL color Cylindrical-coordinate representation of color #86AF7C: hue angle of 108.24º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86AF7C is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB134175124-
CMYK0.2300.290.31
HSL108.24º24.17%58.63%-
HSV(B)108.24º29.14%68.63%-
XYZ28.837.1824.73-
YUV156.93109.42111.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.95%
GREEN value IS 175 (68.75% from 255) = 40.42%
BLUE value IS 124 (48.83% from 255) = 28.64%
R=30.95%
G=40.42%
B=28.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341751240.2300.290.31108.2424.1758.63
Hex86AF7C1701D1F6c183b
Octal20625717427035371543073
Binary100001101010111111111001011101110111111110110011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86AF7C; }

 p { color: rgb(134,175,124); }

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

<style>
 a { background-color: #86AF7C; }

 a { background-color: rgb(134,175,124); }

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

<style>
 span { border-color: #86AF7C; }

 span { border-color: rgb(134,175,124); }

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