#839C71

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

Shades of Amulet #839C71

Tints of Amulet #839C71

Color information

#839C71 (or 0x839C71) is unknown color: approx Amulet. HEX triplet: 83, 9C and 71. RGB value is (131,156,113). Sum of RGB (Red+Green+Blue) = 131+156+113=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 156 - color contains mainly: green. Hex color #839C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839C71 is #7C638E. Grayscale: #8F8F8F. Windows color (decimal): -8151951 or 7445635. OLE color: 7445635.

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

Color convert

RGB131156113-
CMYK0.1600.280.39
HSL94.88º17.84%52.75%-
HSV(B)94.88º27.56%61.18%-
XYZ24.2329.7920.1-
YUV143.62110.72119-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.75%
GREEN value IS 156 (61.33% from 255) = 39%
BLUE value IS 113 (44.53% from 255) = 28.25%
R=32.75%
G=39%
B=28.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1311561130.1600.280.3994.8817.8452.75
Hex839C711001C275f1235
Octal20323416120034471372265
Binary1000001110011100111000110000011100100111101111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,156,113); }

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

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

 a { background-color: rgb(131,156,113); }

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

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

 span { border-color: rgb(131,156,113); }

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