#86AC79

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

Shades of Amulet #86AC79

Tints of Amulet #86AC79

Color information

#86AC79 (or 0x86AC79) is unknown color: approx Amulet. HEX triplet: 86, AC and 79. RGB value is (134,172,121). Sum of RGB (Red+Green+Blue) = 134+172+121=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AC79 is #795386. Grayscale: #9A9A9A. Windows color (decimal): -7951239 or 7974022. OLE color: 7974022.

HSL color Cylindrical-coordinate representation of color #86AC79: hue angle of 104.71º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86AC79 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB134172121-
CMYK0.2200.300.33
HSL104.71º23.5%57.45%-
HSV(B)104.71º29.65%67.45%-
XYZ28.0435.9523.55-
YUV154.82108.91113.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.38%
GREEN value IS 172 (67.58% from 255) = 40.28%
BLUE value IS 121 (47.66% from 255) = 28.34%
R=31.38%
G=40.28%
B=28.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341721210.2200.300.33104.7123.557.45
Hex86AC791601E21691839
Octal20625417126036411513071
Binary1000011010101100111100110110011110100001110100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,172,121); }

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

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

 a { background-color: rgb(134,172,121); }

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

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

 span { border-color: rgb(134,172,121); }

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