#869975

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

Shades of Amulet #869975

Tints of Amulet #869975

Color information

#869975 (or 0x869975) is unknown color: approx Amulet. HEX triplet: 86, 99 and 75. RGB value is (134,153,117). Sum of RGB (Red+Green+Blue) = 134+153+117=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 153 - color contains mainly: green. Hex color #869975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869975 is #79668A. Grayscale: #8F8F8F. Windows color (decimal): -7956107 or 7707014. OLE color: 7707014.

HSL color Cylindrical-coordinate representation of color #869975: hue angle of 91.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #869975 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB134153117-
CMYK0.1200.240.4
HSL91.67º15%52.94%-
HSV(B)91.67º23.53%60%-
XYZ24.4329.1421.17-
YUV143.21113.21121.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.17%
GREEN value IS 153 (60.16% from 255) = 37.87%
BLUE value IS 117 (46.09% from 255) = 28.96%
R=33.17%
G=37.87%
B=28.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1341531170.1200.240.491.671552.94
Hex869975C018285cf35
Octal20623116514030501341765
Binary10000110100110011110101110001100010100010111001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869975; }

 p { color: rgb(134,153,117); }

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

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

 a { background-color: rgb(134,153,117); }

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

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

 span { border-color: rgb(134,153,117); }

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