#869B80

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

Shades of Amulet #869B80

Tints of Amulet #869B80

Color information

#869B80 (or 0x869B80) is unknown color: approx Amulet. HEX triplet: 86, 9B and 80. RGB value is (134,155,128). Sum of RGB (Red+Green+Blue) = 134+155+128=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 155 - color contains mainly: green. Hex color #869B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869B80 is #79647F. Grayscale: #919191. Windows color (decimal): -7955584 or 8428422. OLE color: 8428422.

HSL color Cylindrical-coordinate representation of color #869B80: hue angle of 106.67º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #869B80 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB134155128-
CMYK0.1400.170.39
HSL106.67º11.89%55.49%-
HSV(B)106.67º17.42%60.78%-
XYZ25.4530.0724.88-
YUV145.64118.04119.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.13%
GREEN value IS 155 (60.94% from 255) = 37.17%
BLUE value IS 128 (50.39% from 255) = 30.70%
R=32.13%
G=37.17%
B=30.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1341551280.1400.170.39106.6711.8955.49
Hex869B80E011276bc37
Octal20623320016021471531467
Binary100001101001101110000000111001000110011111010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869B80; }

 p { color: rgb(134,155,128); }

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

<style>
 a { background-color: #869B80; }

 a { background-color: rgb(134,155,128); }

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

<style>
 span { border-color: #869B80; }

 span { border-color: rgb(134,155,128); }

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