#839A7E

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

Shades of Amulet #839A7E

Tints of Amulet #839A7E

Color information

#839A7E (or 0x839A7E) is unknown color: approx Amulet. HEX triplet: 83, 9A and 7E. RGB value is (131,154,126). Sum of RGB (Red+Green+Blue) = 131+154+126=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 154 - color contains mainly: green. Hex color #839A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839A7E is #7C6581. Grayscale: #909090. Windows color (decimal): -8152450 or 8297091. OLE color: 8297091.

HSL color Cylindrical-coordinate representation of color #839A7E: hue angle of 109.29º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #839A7E is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB131154126-
CMYK0.1500.180.40
HSL109.29º12.17%54.9%-
HSV(B)109.29º18.18%60.39%-
XYZ24.6829.4424.12-
YUV143.93117.88118.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.87%
GREEN value IS 154 (60.55% from 255) = 37.47%
BLUE value IS 126 (49.61% from 255) = 30.66%
R=31.87%
G=37.47%
B=30.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1311541260.1500.180.40109.2912.1754.9
Hex839A7EF012286dc37
Octal20323217617022501551467
Binary10000011100110101111110111101001010100011011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,154,126); }

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

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

 a { background-color: rgb(131,154,126); }

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

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

 span { border-color: rgb(131,154,126); }

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