#86B574

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

Shades of Amulet #86B574

Tints of Amulet #86B574

Color information

#86B574 (or 0x86B574) is unknown color: approx Amulet. HEX triplet: 86, B5 and 74. RGB value is (134,181,116). Sum of RGB (Red+Green+Blue) = 134+181+116=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 181 - color contains mainly: green. Hex color #86B574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B574 is #794A8B. Grayscale: #9F9F9F. Windows color (decimal): -7948940 or 7648646. OLE color: 7648646.

HSL color Cylindrical-coordinate representation of color #86B574: hue angle of 103.38º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86B574 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB134181116-
CMYK0.2600.360.29
HSL103.38º30.52%58.24%-
HSV(B)103.38º35.91%70.98%-
XYZ29.5139.3822.57-
YUV159.54103.43109.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.09%
GREEN value IS 181 (71.09% from 255) = 42.00%
BLUE value IS 116 (45.70% from 255) = 26.91%
R=31.09%
G=42.00%
B=26.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341811160.2600.360.29103.3830.5258.24
Hex86B5741A0241D671f3a
Octal20626516432044351473772
Binary1000011010110101111010011010010010011101110011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,181,116); }

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

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

 a { background-color: rgb(134,181,116); }

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

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

 span { border-color: rgb(134,181,116); }

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