#86B270

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

Shades of Amulet #86B270

Tints of Amulet #86B270

Color information

#86B270 (or 0x86B270) is unknown color: approx Amulet. HEX triplet: 86, B2 and 70. RGB value is (134,178,112). Sum of RGB (Red+Green+Blue) = 134+178+112=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 178 (69.92% from 255 or 41.98% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 178 - color contains mainly: green. Hex color #86B270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86B270 is #794D8F. Grayscale: #9D9D9D. Windows color (decimal): -7949712 or 7385734. OLE color: 7385734.

HSL color Cylindrical-coordinate representation of color #86B270: hue angle of 100º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86B270 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB134178112-
CMYK0.2500.370.30
HSL100º30%56.86%-
HSV(B)100º37.08%69.8%-
XYZ28.6838.0821.17-
YUV157.32102.42111.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.60%
GREEN value IS 178 (69.92% from 255) = 41.98%
BLUE value IS 112 (44.14% from 255) = 26.42%
R=31.60%
G=41.98%
B=26.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1341781120.2500.370.301003056.86
Hex86B270190251E641e39
Octal20626216031045361443671
Binary1000011010110010111000011001010010111110110010011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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