#839C72

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

Shades of Amulet #839C72

Tints of Amulet #839C72

Color information

#839C72 (or 0x839C72) is unknown color: approx Amulet. HEX triplet: 83, 9C and 72. RGB value is (131,156,114). Sum of RGB (Red+Green+Blue) = 131+156+114=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 156 - color contains mainly: green. Hex color #839C72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839C72 is #7C638D. Grayscale: #8F8F8F. Windows color (decimal): -8151950 or 7511171. OLE color: 7511171.

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

Color convert

RGB131156114-
CMYK0.1600.270.39
HSL95.71º17.5%52.94%-
HSV(B)95.71º26.92%61.18%-
XYZ24.2929.8220.39-
YUV143.74111.22118.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.67%
GREEN value IS 156 (61.33% from 255) = 38.90%
BLUE value IS 114 (44.92% from 255) = 28.43%
R=32.67%
G=38.90%
B=28.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1311561140.1600.270.3995.7117.552.94
Hex839C721001B27601235
Octal20323416220033471402265
Binary1000001110011100111001010000011011100111110000010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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