#869E7A

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

Shades of Amulet #869E7A

Tints of Amulet #869E7A

Color information

#869E7A (or 0x869E7A) is unknown color: approx Amulet. HEX triplet: 86, 9E and 7A. RGB value is (134,158,122). Sum of RGB (Red+Green+Blue) = 134+158+122=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 158 - color contains mainly: green. Hex color #869E7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869E7A is #796185. Grayscale: #929292. Windows color (decimal): -7954822 or 8035974. OLE color: 8035974.

HSL color Cylindrical-coordinate representation of color #869E7A: hue angle of 100º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #869E7A is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB134158122-
CMYK0.1500.230.38
HSL100º15.65%54.9%-
HSV(B)100º22.78%61.96%-
XYZ25.5730.9323.03-
YUV146.72114.05118.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.37%
GREEN value IS 158 (62.11% from 255) = 38.16%
BLUE value IS 122 (48.05% from 255) = 29.47%
R=32.37%
G=38.16%
B=29.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1341581220.1500.230.3810015.6554.9
Hex869E7AF01726641037
Octal20623617217027461442067
Binary100001101001111011110101111010111100110110010010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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