#839B73

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

Shades of Amulet #839B73

Tints of Amulet #839B73

Color information

#839B73 (or 0x839B73) is unknown color: approx Amulet. HEX triplet: 83, 9B and 73. RGB value is (131,155,115). Sum of RGB (Red+Green+Blue) = 131+155+115=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 155 - color contains mainly: green. Hex color #839B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839B73 is #7C648C. Grayscale: #8F8F8F. Windows color (decimal): -8152205 or 7576451. OLE color: 7576451.

HSL color Cylindrical-coordinate representation of color #839B73: hue angle of 96º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #839B73 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB131155115-
CMYK0.1500.260.39
HSL96º16.67%52.94%-
HSV(B)96º25.81%60.78%-
XYZ24.1829.5120.64-
YUV143.26112.05119.25-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.67%
GREEN value IS 155 (60.94% from 255) = 38.65%
BLUE value IS 115 (45.31% from 255) = 28.68%
R=32.67%
G=38.65%
B=28.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1311551150.1500.260.399616.6752.94
Hex839B73F01A27601135
Octal20323316317032471402165
Binary100000111001101111100111111011010100111110000010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839B73; }

 p { color: rgb(131,155,115); }

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

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

 a { background-color: rgb(131,155,115); }

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

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

 span { border-color: rgb(131,155,115); }

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