#869C79

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

Shades of Amulet #869C79

Tints of Amulet #869C79

Color information

#869C79 (or 0x869C79) is unknown color: approx Amulet. HEX triplet: 86, 9C and 79. RGB value is (134,156,121). Sum of RGB (Red+Green+Blue) = 134+156+121=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 156 - color contains mainly: green. Hex color #869C79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869C79 is #796386. Grayscale: #919191. Windows color (decimal): -7955335 or 7969926. OLE color: 7969926.

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

Color convert

RGB134156121-
CMYK0.1400.220.39
HSL97.71º15.02%54.31%-
HSV(B)97.71º22.44%61.18%-
XYZ25.1730.2322.6-
YUV145.43114.21119.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.60%
GREEN value IS 156 (61.33% from 255) = 37.96%
BLUE value IS 121 (47.66% from 255) = 29.44%
R=32.60%
G=37.96%
B=29.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1341561210.1400.220.3997.7115.0254.31
Hex869C79E0162762f36
Octal20623417116026471421766
Binary10000110100111001111001111001011010011111000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,156,121); }

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

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

 a { background-color: rgb(134,156,121); }

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

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

 span { border-color: rgb(134,156,121); }

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