#869B7A

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

Shades of Amulet #869B7A

Tints of Amulet #869B7A

Color information

#869B7A (or 0x869B7A) is unknown color: approx Amulet. HEX triplet: 86, 9B and 7A. RGB value is (134,155,122). Sum of RGB (Red+Green+Blue) = 134+155+122=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 155 - color contains mainly: green. Hex color #869B7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869B7A is #796485. Grayscale: #919191. Windows color (decimal): -7955590 or 8035206. OLE color: 8035206.

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

Color convert

RGB134155122-
CMYK0.1400.210.39
HSL98.18º14.16%54.31%-
HSV(B)98.18º21.29%60.78%-
XYZ25.0729.9222.87-
YUV144.96115.04120.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.60%
GREEN value IS 155 (60.94% from 255) = 37.71%
BLUE value IS 122 (48.05% from 255) = 29.68%
R=32.60%
G=37.71%
B=29.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1341551220.1400.210.3998.1814.1654.31
Hex869B7AE0152762e36
Octal20623317216025471421666
Binary10000110100110111111010111001010110011111000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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