#859775

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

Shades of Amulet #859775

Tints of Amulet #859775

Color information

#859775 (or 0x859775) is unknown color: approx Amulet. HEX triplet: 85, 97 and 75. RGB value is (133,151,117). Sum of RGB (Red+Green+Blue) = 133+151+117=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 151 - color contains mainly: green. Hex color #859775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859775 is #7A688A. Grayscale: #8D8D8D. Windows color (decimal): -8022155 or 7706501. OLE color: 7706501.

HSL color Cylindrical-coordinate representation of color #859775: hue angle of 91.76º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #859775 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB133151117-
CMYK0.1200.230.41
HSL91.76º14.05%52.55%-
HSV(B)91.76º22.52%59.22%-
XYZ23.9528.421.05-
YUV141.74114.04121.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.17%
GREEN value IS 151 (59.38% from 255) = 37.66%
BLUE value IS 117 (46.09% from 255) = 29.18%
R=33.17%
G=37.66%
B=29.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1331511170.1200.230.4191.7614.0552.55
Hex859775C017295ce35
Octal20522716514027511341665
Binary10000101100101111110101110001011110100110111001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859775; }

 p { color: rgb(133,151,117); }

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

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

 a { background-color: rgb(133,151,117); }

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

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

 span { border-color: rgb(133,151,117); }

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