#86AF70

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

Shades of Amulet #86AF70

Tints of Amulet #86AF70

Color information

#86AF70 (or 0x86AF70) is unknown color: approx Amulet. HEX triplet: 86, AF and 70. RGB value is (134,175,112). Sum of RGB (Red+Green+Blue) = 134+175+112=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AF70 is #79508F. Grayscale: #9B9B9B. Windows color (decimal): -7950480 or 7384966. OLE color: 7384966.

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

Color convert

RGB134175112-
CMYK0.2300.360.31
HSL99.05º28.25%56.27%-
HSV(B)99.05º36%68.63%-
XYZ28.0936.920.97-
YUV155.56103.42112.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.83%
GREEN value IS 175 (68.75% from 255) = 41.57%
BLUE value IS 112 (44.14% from 255) = 26.60%
R=31.83%
G=41.57%
B=26.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341751120.2300.360.3199.0528.2556.27
Hex86AF70170241F631c38
Octal20625716027044371433470
Binary1000011010101111111000010111010010011111110001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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