#869D7F

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

Shades of Amulet #869D7F

Tints of Amulet #869D7F

Color information

#869D7F (or 0x869D7F) is unknown color: approx Amulet. HEX triplet: 86, 9D and 7F. RGB value is (134,157,127). Sum of RGB (Red+Green+Blue) = 134+157+127=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 157 - color contains mainly: green. Hex color #869D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869D7F is #796280. Grayscale: #929292. Windows color (decimal): -7955073 or 8363398. OLE color: 8363398.

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

Color convert

RGB134157127-
CMYK0.1500.190.38
HSL106º13.27%55.69%-
HSV(B)106º19.11%61.57%-
XYZ25.7230.7124.65-
YUV146.7116.88118.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.06%
GREEN value IS 157 (61.72% from 255) = 37.56%
BLUE value IS 127 (50% from 255) = 30.38%
R=32.06%
G=37.56%
B=30.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1341571270.1500.190.3810613.2755.69
Hex869D7FF013266ad38
Octal20623517717023461521570
Binary10000110100111011111111111101001110011011010101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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