#859973

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

Shades of Amulet #859973

Tints of Amulet #859973

Color information

#859973 (or 0x859973) is unknown color: approx Amulet. HEX triplet: 85, 99 and 73. RGB value is (133,153,115). Sum of RGB (Red+Green+Blue) = 133+153+115=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 153 - color contains mainly: green. Hex color #859973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859973 is #7A668C. Grayscale: #8E8E8E. Windows color (decimal): -8021645 or 7575941. OLE color: 7575941.

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

Color convert

RGB133153115-
CMYK0.1300.250.4
HSL91.58º15.7%52.55%-
HSV(B)91.58º24.84%60%-
XYZ24.1629.0120.55-
YUV142.69112.37121.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.17%
GREEN value IS 153 (60.16% from 255) = 38.15%
BLUE value IS 115 (45.31% from 255) = 28.68%
R=33.17%
G=38.15%
B=28.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1331531150.1300.250.491.5815.752.55
Hex859973D019285c1035
Octal20523116315031501342065
Binary100001011001100111100111101011001101000101110010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859973; }

 p { color: rgb(133,153,115); }

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

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

 a { background-color: rgb(133,153,115); }

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

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

 span { border-color: rgb(133,153,115); }

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