#86997F

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

Shades of Amulet #86997F

Tints of Amulet #86997F

Color information

#86997F (or 0x86997F) is unknown color: approx Amulet. HEX triplet: 86, 99 and 7F. RGB value is (134,153,127). Sum of RGB (Red+Green+Blue) = 134+153+127=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 153 - color contains mainly: green. Hex color #86997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86997F is #796680. Grayscale: #909090. Windows color (decimal): -7956097 or 8362374. OLE color: 8362374.

HSL color Cylindrical-coordinate representation of color #86997F: hue angle of 103.85º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #86997F is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB134153127-
CMYK0.1200.170.4
HSL103.85º11.3%54.9%-
HSV(B)103.85º16.99%60%-
XYZ25.0529.3824.43-
YUV144.35118.21120.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.37%
GREEN value IS 153 (60.16% from 255) = 36.96%
BLUE value IS 127 (50% from 255) = 30.68%
R=32.37%
G=36.96%
B=30.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1341531270.1200.170.4103.8511.354.9
Hex86997FC0112868b37
Octal20623117714021501501367
Binary10000110100110011111111110001000110100011010001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86997F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86997F; }

 p { color: rgb(134,153,127); }

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

<style>
 a { background-color: #86997F; }

 a { background-color: rgb(134,153,127); }

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

<style>
 span { border-color: #86997F; }

 span { border-color: rgb(134,153,127); }

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