#86AF71

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

Shades of Amulet #86AF71

Tints of Amulet #86AF71

Color information

#86AF71 (or 0x86AF71) is unknown color: approx Amulet. HEX triplet: 86, AF and 71. RGB value is (134,175,113). Sum of RGB (Red+Green+Blue) = 134+175+113=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AF71 is #79508E. Grayscale: #9B9B9B. Windows color (decimal): -7950479 or 7450502. OLE color: 7450502.

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

Color convert

RGB134175113-
CMYK0.2300.350.31
HSL99.68º27.93%56.47%-
HSV(B)99.68º35.43%68.63%-
XYZ28.1436.9221.27-
YUV155.67103.92112.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.75%
GREEN value IS 175 (68.75% from 255) = 41.47%
BLUE value IS 113 (44.53% from 255) = 26.78%
R=31.75%
G=41.47%
B=26.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341751130.2300.350.3199.6827.9356.47
Hex86AF71170231F641c38
Octal20625716127043371443470
Binary1000011010101111111000110111010001111111110010011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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